summaryrefslogtreecommitdiff
path: root/include/configs/k2g_evm.h
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2017-07-31 10:58:22 -0500
committerTom Rini <trini@konsulko.com>2017-09-12 17:58:03 -0400
commit82f1205601da996d170f9e3a87f210e174fc0eba (patch)
treed72a18679d5291bc9cc49b59575d7553b8afc0d2 /include/configs/k2g_evm.h
parent58fac52d2ffbac22dedcde5baa915d2c764a56d1 (diff)
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>
Diffstat (limited to 'include/configs/k2g_evm.h')
-rw-r--r--include/configs/k2g_evm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/k2g_evm.h b/include/configs/k2g_evm.h
index 6341609858..1950740405 100644
--- 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