From: Andrew F. Davis Date: Mon, 31 Jul 2017 15:58:22 +0000 (-0500) Subject: configs: k2g_evm: Remove PMMC loading environment commands X-Git-Tag: v2017.11-rc1~157 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=82f1205601da996d170f9e3a87f210e174fc0eba;p=u-boot 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 --- 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