]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
configs: k2g_evm: Remove PMMC loading environment commands
authorAndrew F. Davis <afd@ti.com>
Mon, 31 Jul 2017 15:58:22 +0000 (10:58 -0500)
committerTom 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

index 6341609858715079b38a9f686cfe6bd0a80a2566..195074040573009a47c06728c0a91d5b860178f6 100644 (file)
@@ -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