mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
7759ffb83b
Enable DT usage for all m68k boards. To provide a working single binary, the dts has been kept as embedded. Signed-off-by: Angelo Dureghello <angelo@sysam.it>
17 lines
423 B
Text
17 lines
423 B
Text
CONFIG_M68K=y
|
|
CONFIG_SYS_TEXT_BASE=0xFF800000
|
|
CONFIG_TARGET_M5253DEMO=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="M5253DEMO"
|
|
CONFIG_BOOTDELAY=5
|
|
# CONFIG_DISPLAY_BOARDINFO is not set
|
|
# CONFIG_CMDLINE_EDITING is not set
|
|
# CONFIG_AUTO_COMPLETE is not set
|
|
CONFIG_CMD_IMLS=y
|
|
CONFIG_CMD_IDE=y
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_CMD_PING=y
|
|
CONFIG_CMD_CACHE=y
|
|
CONFIG_CMD_EXT2=y
|
|
CONFIG_CMD_FAT=y
|
|
CONFIG_MAC_PARTITION=y
|
|
CONFIG_MTD_NOR_FLASH=y
|