mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-02 17:13:28 +08:00
microblaze: Enable uart16550 DM by default
Microblaze is uses uartlite or uart16550 as console drivers. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
54e24d3332
commit
f0e353ce55
@ -10,4 +10,5 @@ CONFIG_CMD_GPIO=y
|
||||
# CONFIG_CMD_SETEXPR is not set
|
||||
CONFIG_SPL_OF_CONTROL=y
|
||||
CONFIG_OF_EMBED=y
|
||||
CONFIG_SYS_NS16550=y
|
||||
CONFIG_XILINX_UARTLITE=y
|
||||
|
@ -37,19 +37,6 @@
|
||||
# define CONFIG_SYS_BAUDRATE_TABLE \
|
||||
{300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200, 230400}
|
||||
|
||||
#if XILINX_UART16550_BASEADDR
|
||||
# define CONFIG_SYS_NS16550_SERIAL
|
||||
# if defined(__MICROBLAZEEL__)
|
||||
# define CONFIG_SYS_NS16550_REG_SIZE -4
|
||||
# else
|
||||
# define CONFIG_SYS_NS16550_REG_SIZE 4
|
||||
# endif
|
||||
# define CONFIG_CONS_INDEX 1
|
||||
# define CONFIG_SYS_NS16550_COM1 \
|
||||
((XILINX_UART16550_BASEADDR & ~0xF) + 0x1000)
|
||||
# define CONFIG_SYS_NS16550_CLK XILINX_UART16550_CLOCK_HZ
|
||||
#endif
|
||||
|
||||
/* setting reset address */
|
||||
/*#define CONFIG_SYS_RESET_ADDRESS CONFIG_SYS_TEXT_BASE*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user