mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-25 21:24:21 +08:00
microblaze: Enable DM by default
Enable DM for the whole architecture. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
ef159abf99
commit
4280f50238
@ -12,6 +12,7 @@ config TARGET_MICROBLAZE_GENERIC
|
||||
bool "Support microblaze-generic"
|
||||
select SUPPORT_SPL
|
||||
select OF_CONTROL
|
||||
select DM
|
||||
|
||||
endchoice
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
CONFIG_MICROBLAZE=y
|
||||
CONFIG_SYS_MALLOC_F=y
|
||||
CONFIG_SPL_SYS_MALLOC_SIMPLE=y
|
||||
CONFIG_TARGET_MICROBLAZE_GENERIC=y
|
||||
CONFIG_DEFAULT_DEVICE_TREE="microblaze-generic"
|
||||
|
Loading…
Reference in New Issue
Block a user