mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
disk: fix DOS_PARTITION dependencies
* 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>
This commit is contained in:
committed by
Tom Rini
parent
553b939146
commit
04e96eb693
@@ -60,9 +60,9 @@ config TEGRA_PARTITION
|
|||||||
If unsure, say N.
|
If unsure, say N.
|
||||||
|
|
||||||
config DOS_PARTITION
|
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 BOOT_DEFAULTS
|
||||||
default y if x86 || CMD_FAT || USB_STORAGE
|
default y if X86 || CMD_FAT || USB_STORAGE
|
||||||
select PARTITIONS
|
select PARTITIONS
|
||||||
help
|
help
|
||||||
traditional on the Intel architecture, USB sticks, etc.
|
traditional on the Intel architecture, USB sticks, etc.
|
||||||
|
|||||||
Reference in New Issue
Block a user