]> git.dujemihanovic.xyz Git - u-boot.git/commit
configs: rockchip: add DOS_PARTITION to RK3308 boards defconfig
authorMassimo Pegorer <massimo.pegorer+oss@gmail.com>
Sun, 1 Oct 2023 14:15:29 +0000 (16:15 +0200)
committerKever Yang <kever.yang@rock-chips.com>
Sat, 7 Oct 2023 08:49:41 +0000 (16:49 +0800)
commitb9155e754e124b1fce407f526db7782943c16227
tree56107c6419d4ee84751b7ddda12fbcc1a1d6b5a1
parent3d96c3f5ecfed90544038c8feefabe4d48fe5263
configs: rockchip: add DOS_PARTITION to RK3308 boards defconfig

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 Rockchip
RK3308 EVB, Radxa ROCK Pi S and Firefly roc-rk3308-cc boards: they are
the only RK boards missing of DOS_PARTITION.

Reported-by: Jayantajit Gogoi <jayanta.gogoi525@gmail.com>
Signed-off-by: Massimo Pegorer <massimo.pegorer+oss@gmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
configs/evb-rk3308_defconfig
configs/roc-cc-rk3308_defconfig
configs/rock-pi-s-rk3308_defconfig