projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58fac52
)
configs: k2g_evm: Remove PMMC loading environment commands
author
Andrew F. Davis
<afd@ti.com>
Mon, 31 Jul 2017 15:58:22 +0000
(10:58 -0500)
committer
Tom Rini
<trini@konsulko.com>
Tue, 12 Sep 2017 21:58:03 +0000
(17:58 -0400)
The PMMC firmware should be bundled with the FIT image for HS devices,
remove the steps that load and install this firmware outside of FIT.
Signed-off-by: Andrew F. Davis <afd@ti.com>
include/configs/k2g_evm.h
patch
|
blob
|
history
diff --git
a/include/configs/k2g_evm.h
b/include/configs/k2g_evm.h
index
6341609
..
1950740
100644
(file)
--- a/
include/configs/k2g_evm.h
+++ b/
include/configs/k2g_evm.h
@@
-69,7
+69,6
@@
"run envboot; " \
"run run_mon_hs; " \
"run init_${boot}; " \
- "run set_name_pmmc get_pmmc_${boot} run_pmmc; " \
"run get_fit_${boot}; " \
"bootm ${fit_loadaddr}#${name_fdt}"
#endif