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
@@ -10,7 +10,7 @@
|
||||
#define _DISK_PART_AMIGA_H
|
||||
#include <common.h>
|
||||
|
||||
#ifdef CONFIG_ISO_PARTITION
|
||||
#if CONFIG_IS_ENABLED(ISO_PARTITION)
|
||||
/* Make the buffers bigger if ISO partition support is enabled -- CD-ROMS
|
||||
have 2048 byte blocks */
|
||||
#define DEFAULT_SECTOR_SIZE 2048
|
||||
|
Reference in New Issue
Block a user