aboutsummaryrefslogtreecommitdiff
path: root/include/configs/cl-som-imx7.h
diff options
context:
space:
mode:
authorPeng Fan2022-04-15 12:23:41 +0800
committerStefano Babic2022-04-21 15:18:17 +0200
commitadfaa4284c0941161baa191b35e3a866c6d5ef4d (patch)
treeb7dec29ae6e564442e88838c93c5a269681f2fe9 /include/configs/cl-som-imx7.h
parentc82622acdf9495e6e2e843df8fbb05456e0158b8 (diff)
configs: drop CONFIG_MMCROOT
CONFIG_MMCROOT is only used to set mmcroot, no need a dedicated macro. Script as below " for i in `ls include/configs/*.h` do mmcroot=`sed -n '/define.*MMCROOT/ p' $i | awk -F\" '{ print $2;}'` if [ ! -n "$mmcroot" ]; then continue fi sed -i '/define.*MMCROOT/ d' $i sed -i 's,\" CONFIG_MMCROOT \",'$mmcroot',g' $i done " Reviewed-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'include/configs/cl-som-imx7.h')
-rw-r--r--include/configs/cl-som-imx7.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/cl-som-imx7.h b/include/configs/cl-som-imx7.h
index 8af80f58f8e..4b494d8aeef 100644
--- a/include/configs/cl-som-imx7.h
+++ b/include/configs/cl-som-imx7.h
@@ -104,7 +104,6 @@
#define CONFIG_SYS_FSL_ESDHC_ADDR USDHC1_BASE_ADDR
#define CONFIG_SYS_FSL_USDHC_NUM 2
-#define CONFIG_MMCROOT "/dev/mmcblk0p2" /* USDHC1 */
#endif
/* USB Configs */