diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2017-01-27 11:00:37 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-28 08:47:34 -0500 |
commit | b0cf733933c3bc1b4ab353e16affabc60f863db5 (patch) | |
tree | a887b94a494489f2c197c1062a6414cda2dae84a /cmd/reiser.c | |
parent | f18fa31cdcfeecaf56e61224eb18d2f2b6d39d85 (diff) | |
download | u-boot-b0cf733933c3bc1b4ab353e16affabc60f863db5.tar.gz |
disk: convert CONFIG_DOS_PARTITION to Kconfig
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Signed-off-by: Patrick Delaunay <patrick.delaunay73@gmail.com>
Diffstat (limited to 'cmd/reiser.c')
-rw-r--r-- | cmd/reiser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/reiser.c b/cmd/reiser.c index cbdad36da0..9c3e9e9e58 100644 --- a/cmd/reiser.c +++ b/cmd/reiser.c @@ -18,7 +18,7 @@ #include <reiserfs.h> #include <part.h> -#ifndef CONFIG_DOS_PARTITION +#if !CONFIG_IS_ENABLED(DOS_PARTITION) #error DOS partition support must be selected #endif |