summaryrefslogtreecommitdiff
path: root/include/configs/imx8ulp_evk.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-04-22 15:12:20 +0300
committerTom Rini <trini@konsulko.com>2022-04-22 15:12:20 +0300
commit6e2af641e4bfed24d3edd8519dd40ec397361b4e (patch)
treed387bc01229acd9db9d344f9c8240ce3b852f6fc /include/configs/imx8ulp_evk.h
parentea5583b90f9c162af6f2025718dc50ffbb6e4552 (diff)
parentd173b107be94eb474e1ae75a8addbf5f2fecfd56 (diff)
downloadu-boot-6e2af641e4bfed24d3edd8519dd40ec397361b4e.tar.xz
Merge tag 'u-boot-imx-20220422' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
u-boot-imx-20220422 ------------------- - Switch to DM_SERIAL - Drop MMCROOT - several cleanup CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/11815
Diffstat (limited to 'include/configs/imx8ulp_evk.h')
-rw-r--r--include/configs/imx8ulp_evk.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/imx8ulp_evk.h b/include/configs/imx8ulp_evk.h
index f274b66343..05df43b39b 100644
--- a/include/configs/imx8ulp_evk.h
+++ b/include/configs/imx8ulp_evk.h
@@ -56,7 +56,7 @@
"initrd_addr=0x83800000\0" \
"bootm_size=0x10000000\0" \
"mmcpart=1\0" \
- "mmcroot=" CONFIG_MMCROOT " rootwait rw\0" \
+ "mmcroot=/dev/mmcblk2p2 rootwait rw\0" \
/* Link Definitions */
@@ -65,7 +65,6 @@
#define CONFIG_SYS_INIT_SP_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET)
-#define CONFIG_MMCROOT "/dev/mmcblk2p2"
#define CONFIG_SYS_SDRAM_BASE 0x80000000
#define PHYS_SDRAM 0x80000000