[PATCH 1/2] configs: rockchip: add DOS_PARTITION to rock-pi-s defconfig

Massimo Pegorer massimo.pegorer+oss at gmail.com
Sat Sep 2 19:14:48 CEST 2023


Without DOS_PARTITION support U-Boot is not able to boot an OS stored
into an SD card with MBR partitions table. This is still a quite common
case so add DOS_PARTITION (only for U-Boot proper build) to ROCK Pi S
defconfig.

Reported-by: Jayantajit Gogoi <jayanta.gogoi525 at gmail.com>
Signed-off-by: Massimo Pegorer <massimo.pegorer+oss at gmail.com>
---
 configs/rock-pi-s-rk3308_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/rock-pi-s-rk3308_defconfig b/configs/rock-pi-s-rk3308_defconfig
index cc3274a98b..1c1fdc6611 100644
--- a/configs/rock-pi-s-rk3308_defconfig
+++ b/configs/rock-pi-s-rk3308_defconfig
@@ -48,7 +48,7 @@ CONFIG_CMD_USB_MASS_STORAGE=y
 # CONFIG_CMD_ITEST is not set
 # CONFIG_CMD_SETEXPR is not set
 # CONFIG_CMD_SLEEP is not set
-# CONFIG_DOS_PARTITION is not set
+# CONFIG_SPL_DOS_PARTITION is not set
 # CONFIG_ISO_PARTITION is not set
 CONFIG_EFI_PARTITION_ENTRIES_NUMBERS=64
 CONFIG_SPL_OF_CONTROL=y
-- 
2.34.1



More information about the U-Boot mailing list