mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 21:51:31 +00:00
zynqmp: Provide option to enable uart dcc support for zynqmp
Provide option to enable uart dcc support for zynqmp This config can be enabled as per board config file. Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
f994bdfe13
commit
b0d18beedb
1 changed files with 8 additions and 1 deletions
|
@ -52,7 +52,14 @@
|
||||||
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 0x400000)
|
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 0x400000)
|
||||||
|
|
||||||
/* Serial setup */
|
/* Serial setup */
|
||||||
#define CONFIG_ZYNQ_SERIAL
|
#if defined(CONFIG_ZYNQMP_DCC)
|
||||||
|
# define CONFIG_ARM_DCC
|
||||||
|
# define CONFIG_CPU_ARMV8
|
||||||
|
#else
|
||||||
|
# if defined(CONFIG_ZYNQ_SERIAL_UART0) || defined(CONFIG_ZYNQ_SERIAL_UART1)
|
||||||
|
# define CONFIG_ZYNQ_SERIAL
|
||||||
|
# endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#define CONFIG_CONS_INDEX 0
|
#define CONFIG_CONS_INDEX 0
|
||||||
#define CONFIG_BAUDRATE 115200
|
#define CONFIG_BAUDRATE 115200
|
||||||
|
|
Loading…
Add table
Reference in a new issue