diff options
author | Tom Rini <trini@konsulko.com> | 2022-04-22 08:12:20 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-04-22 08:12:20 -0400 |
commit | 6e2af641e4bfed24d3edd8519dd40ec397361b4e (patch) | |
tree | d387bc01229acd9db9d344f9c8240ce3b852f6fc /include/configs/imx8ulp_evk.h | |
parent | ea5583b90f9c162af6f2025718dc50ffbb6e4552 (diff) | |
parent | d173b107be94eb474e1ae75a8addbf5f2fecfd56 (diff) | |
download | u-boot-6e2af641e4bfed24d3edd8519dd40ec397361b4e.tar.gz |
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.h | 3 |
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 |