]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
disk: fix DOS_PARTITION dependencies
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 25 Feb 2026 13:03:12 +0000 (14:03 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 10 Mar 2026 18:35:02 +0000 (12:35 -0600)
* The symbol for the x86 architecture is CONFIG_X86 and not CONFIG_x86.
* Correct the description. The partition type is called MBR.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
disk/Kconfig

index a58717bda30955a82a23f3882a58518c2144c357..937ae1da61deb9d201032bbf6ae5dd22e53bbf67 100644 (file)
@@ -60,9 +60,9 @@ config TEGRA_PARTITION
          If unsure, say N.
 
 config DOS_PARTITION
-       bool "Enable MS Dos partition table"
+       bool "Enable Master Boot Record (MBR) partition table"
        default y if BOOT_DEFAULTS
-       default y if x86 || CMD_FAT || USB_STORAGE
+       default y if X86 || CMD_FAT || USB_STORAGE
        select PARTITIONS
        help
          traditional on the Intel architecture, USB sticks, etc.