diff options
author | Patrick Delaunay | 2017-01-27 11:00:38 +0100 |
---|---|---|
committer | Tom Rini | 2017-01-28 08:47:35 -0500 |
commit | 1acc0087876229d7ade1b23aaecbccf63de8a615 (patch) | |
tree | 8a6687674cc69355383c5e6388ff60321f9ae46f /disk/part_amiga.h | |
parent | b0cf733933c3bc1b4ab353e16affabc60f863db5 (diff) |
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>
Diffstat (limited to 'disk/part_amiga.h')
-rw-r--r-- | disk/part_amiga.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/disk/part_amiga.h b/disk/part_amiga.h index 0f04e97e2c8..a3fe1a96d83 100644 --- a/disk/part_amiga.h +++ b/disk/part_amiga.h @@ -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 |