浏览代码

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>
Andrew F. Davis 7 年之前
父节点
当前提交
82f1205601
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      include/configs/k2g_evm.h

+ 0 - 1
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