From 7d84f4469f1e3956e8adf4c201df1b5fec435916 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Tue, 26 Nov 2019 09:39:08 +0100 Subject: ARM: imx: vining2000: Convert to SPL framework In preparation for use of DDR DRAM fine-tuning upon boot, convert the board to SPL framework instead of using DCD tables to bring up DRAM and pinmux. Signed-off-by: Marek Vasut Cc: Fabio Estevam Cc: Silvio Fricke Cc: Stefano Babic --- include/configs/vining_2000.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/configs/vining_2000.h') diff --git a/include/configs/vining_2000.h b/include/configs/vining_2000.h index 54c8c2f..377406f 100644 --- a/include/configs/vining_2000.h +++ b/include/configs/vining_2000.h @@ -91,4 +91,8 @@ #define CONFIG_SYS_MMC_ENV_PART 1 /* boot0 */ #endif +#ifdef CONFIG_SPL_BUILD +#define CONFIG_MXC_UART_BASE UART1_BASE +#endif + #endif /* __CONFIG_H */ -- cgit v1.1