mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
dm: Add Kconfig options for driver model SPL support
The SPL support cannot be enabled yet, but we can add the Kconfig options in preparation for this. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -21,9 +21,15 @@
|
||||
#define CONFIG_PARTITIONS 1
|
||||
|
||||
#ifndef CONFIG_SPL_BUILD
|
||||
#ifndef CONFIG_DM_WARN
|
||||
#define CONFIG_DM_WARN
|
||||
#endif
|
||||
#ifndef CONFIG_DM_DEVICE_REMOVE
|
||||
#define CONFIG_DM_DEVICE_REMOVE
|
||||
#endif
|
||||
#ifndef CONFIG_DM_STDIO
|
||||
#define CONFIG_DM_STDIO
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user