imx: tpc70: config: Update TPC70 config to support eMMC's boot0 SPL update
authorLukasz Majewski <lukma@denx.de>
Thu, 10 Oct 2019 14:11:23 +0000 (16:11 +0200)
committerStefano Babic <sbabic@denx.de>
Sun, 13 Oct 2019 20:49:11 +0000 (22:49 +0200)
The TPC70 can boot from eMMC's boot0. This patch allows it to update
this HW partition's SPL.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
include/configs/kp_imx6q_tpc.h

index d20fc7eb10f76547c21b377a5f03f48cfe1f6cc7..28b4b55e6a85861845f8914e7a83c28cbcdf0213 100644 (file)
@@ -42,6 +42,7 @@
 #define CONFIG_SYS_FSL_ESDHC_ADDR      0
 #define CONFIG_SYS_FSL_USDHC_NUM       2
 #define CONFIG_SYS_MMC_ENV_DEV         1 /* 0 = SDHC2, 1 = SDHC4 (eMMC) */
+#define CONFIG_SUPPORT_EMMC_BOOT
 
 /* UART */
 #define CONFIG_MXC_UART
               "setexpr blkc ${blkc} + 1;" \
               "mmc write ${loadaddr} 0x2 ${blkc};" \
            "fi;\0" \
+       "upd_SPL_mmc=mmc dev 1; mmc partconf 1 0 1 1; run upd_SPL_sd\0" \
+       "upd_uboot_mmc=mmc dev 1; mmc partconf 1 0 1 1; run upd_uboot_sd\0" \
+       "up_mmc=run upd_SPL_mmc; run upd_uboot_mmc\0" \
+       "up_sd=run upd_SPL_sd; run upd_uboot_sd\0" \
        "upd_wic=" \
            "if tftp ${loadaddr} ${wic_file}; then " \
               "setexpr blkc ${filesize} / 0x200;" \