mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
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>
This commit is contained in:
parent
f18fa31cdc
commit
b0cf733933
485 changed files with 231 additions and 430 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue