mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
disk: convert CONFIG_ISO_PARTITION to Kconfig
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com> Signed-off-by: Patrick Delaunay <patrick.delaunay73@gmail.com>
This commit is contained in:
committed by
Tom Rini
parent
b0cf733933
commit
1acc008787
@@ -73,7 +73,7 @@ typedef struct mac_partition {
|
||||
__u32 boot_cksum; /* boot code checksum */
|
||||
uchar processor[16]; /* Type of Processor */
|
||||
__u16 part_pad[188]; /* reserved */
|
||||
#ifdef CONFIG_ISO_PARTITION
|
||||
#if CONFIG_IS_ENABLED(ISO_PARTITION)
|
||||
uchar iso_dummy[2048];/* Reservere enough room for an ISO partition block to fit */
|
||||
#endif
|
||||
} mac_partition_t;
|
||||
|
Reference in New Issue
Block a user