mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
Enable DM for the whole architecture. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
10 lines
251 B
Plaintext
10 lines
251 B
Plaintext
CONFIG_MICROBLAZE=y
|
|
CONFIG_SPL_SYS_MALLOC_SIMPLE=y
|
|
CONFIG_TARGET_MICROBLAZE_GENERIC=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="microblaze-generic"
|
|
CONFIG_SPL=y
|
|
CONFIG_SYS_PROMPT="U-Boot-mONStR> "
|
|
CONFIG_CMD_GPIO=y
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_OF_EMBED=y
|