mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
configs: k2g_evm: Remove PMMC loading environment commands
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>
This commit is contained in:
parent
58fac52d2f
commit
82f1205601
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue