Skip to content
Snippets Groups Projects
Commit 4280f502 authored by Michal Simek's avatar Michal Simek
Browse files

microblaze: Enable DM by default


Enable DM for the whole architecture.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent ef159abf
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ config TARGET_MICROBLAZE_GENERIC
bool "Support microblaze-generic"
select SUPPORT_SPL
select OF_CONTROL
select DM
endchoice
......
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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment