mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
6242aa1374
Make use of device model & device tree to probe the UART driver. This is the initial step in bringing Malta up to date with driver model, and allows for cleaner handling of the different I/O addresses for different system controllers by specifying the ISA bus address instead of a translated memory address. Signed-off-by: Paul Burton <paul.burton@imgtec.com> Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
15 lines
377 B
Text
15 lines
377 B
Text
CONFIG_MIPS=y
|
|
CONFIG_TARGET_MALTA=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="mti,malta"
|
|
CONFIG_HUSH_PARSER=y
|
|
CONFIG_SYS_PROMPT="malta # "
|
|
# CONFIG_CMD_LOADB is not set
|
|
# CONFIG_CMD_LOADS is not set
|
|
# CONFIG_CMD_FPGA is not set
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_CMD_DHCP=y
|
|
# CONFIG_CMD_NFS is not set
|
|
CONFIG_CMD_PING=y
|
|
CONFIG_OF_EMBED=y
|
|
CONFIG_SYS_NS16550=y
|
|
CONFIG_USE_PRIVATE_LIBGCC=y
|