arm: wandboard: move CONFIG_MXC_UART to defconfig
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 7 Jun 2020 23:43:47 +0000 (01:43 +0200)
committerStefano Babic <sbabic@denx.de>
Mon, 22 Jun 2020 15:43:31 +0000 (17:43 +0200)
For using a debug UART on the Wandboard CONFIG_MXC_UART=y must be set in
the .config file.

To avoid duplicate definitions move the setting from
include/configs/wandboard.h to configs/wandboard_defconfig.

Document the debug UART settings in the README.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
board/wandboard/README
configs/wandboard_defconfig
include/configs/wandboard.h

index f84f2053375ed1dbb70dc4c67f4aa74860b6593b..2d514a721491c9371eb57cebe070c98c0577b86e 100644 (file)
@@ -37,3 +37,13 @@ as the mx6 processor)
 - Connect the serial cable to the host PC
 
 - Power up the board and U-Boot messages will appear in the serial console.
+
+Debug UART
+----------
+
+The following settings provide a debug UART for the Wandboard:
+
+CONFIG_DEBUG_UART=y
+CONFIG_DEBUG_UART_MXC=y
+CONFIG_DEBUG_UART_BASE=0x02020000
+CONFIG_DEBUG_UART_CLOCK=80000000
index 733b4e82edf4e54055a18a743b8da7342c060277..8febe56f2e6cdafc837ba7a3f480a7ba91f529e8 100644 (file)
@@ -67,6 +67,7 @@ CONFIG_PINCTRL_IMX6=y
 CONFIG_DM_PMIC=y
 CONFIG_DM_PMIC_PFUZE100=y
 CONFIG_DM_SCSI=y
+CONFIG_MXC_UART=y
 CONFIG_DM_THERMAL=y
 CONFIG_USB=y
 CONFIG_DM_USB=y
index 2b0576e1e6e56cf4d42cb505823a77136fc6e8e3..c798ca64bf196a79df1a312e2fac8205c3b6c00a 100644 (file)
@@ -17,7 +17,6 @@
 /* Size of malloc() pool */
 #define CONFIG_SYS_MALLOC_LEN          (10 * SZ_1M)
 
-#define CONFIG_MXC_UART
 #define CONFIG_MXC_UART_BASE           UART1_BASE
 
 /* SATA Configs */