From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew F. Davis Date: Mon, 31 Jul 2017 10:58:22 -0500 Subject: [U-Boot] [PATCH 3/3] configs: k2g_evm: Remove PMMC loading environment commands In-Reply-To: <20170731155822.6794-1-afd@ti.com> References: <20170731155822.6794-1-afd@ti.com> Message-ID: <20170731155822.6794-3-afd@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 --- include/configs/k2g_evm.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/k2g_evm.h b/include/configs/k2g_evm.h index 1117e5e5dd..9117cda24c 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 -- 2.13.0