From 87aae6cc868c9c3730ccf2599bb1e170eab3696e Mon Sep 17 00:00:00 2001 From: carbon Date: Mon, 5 Aug 2024 11:16:00 +0800 Subject: [PATCH] u-boot: support emmc version Signed-off-by: carbon --- u-boot-2021.10/include/configs/cv181x-asic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/u-boot-2021.10/include/configs/cv181x-asic.h b/u-boot-2021.10/include/configs/cv181x-asic.h index 1c276f1c4..2cfa7334a 100644 --- a/u-boot-2021.10/include/configs/cv181x-asic.h +++ b/u-boot-2021.10/include/configs/cv181x-asic.h @@ -210,7 +210,7 @@ #else #define ROOTARGS "ubi.mtd=ROOTFS ubi.block=0,0" #endif /* CONFIG_SKIP_RAMDISK */ - #elif defined(CONFIG_SD_BOOT) + #elif defined(CONFIG_SD_BOOT) || defined(CONFIG_EMMC_SUPPORT) #define ROOTARGS "root=" ROOTFS_DEV " rootwait rw" #else #define ROOTARGS "rootfstype=squashfs rootwait ro root=" ROOTFS_DEV