mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-02 09:30:10 +00:00
c54c0a4c1c
Add support for the debug UART to assist with early debugging. Enable it for Zybo as an example. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
17 lines
419 B
Text
17 lines
419 B
Text
CONFIG_ARM=y
|
|
CONFIG_ARCH_ZYNQ=y
|
|
CONFIG_TARGET_ZYNQ_ZYBO=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="zynq-zybo"
|
|
CONFIG_SPL=y
|
|
CONFIG_FIT=y
|
|
CONFIG_FIT_VERBOSE=y
|
|
CONFIG_FIT_SIGNATURE=y
|
|
# CONFIG_CMD_IMLS is not set
|
|
# CONFIG_CMD_FLASH is not set
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_OF_SEPARATE=y
|
|
CONFIG_NET_RANDOM_ETHADDR=y
|
|
CONFIG_DEBUG_UART=y
|
|
CONFIG_DEBUG_UART_ZYNQ=y
|
|
CONFIG_DEBUG_UART_BASE=0xe0001000
|
|
CONFIG_DEBUG_UART_CLOCK=50000000
|