diff options
| author | Marek Vasut <[email protected]> | 2019-11-26 09:39:08 +0100 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2019-12-06 13:57:42 +0100 |
| commit | 7d84f4469f1e3956e8adf4c201df1b5fec435916 (patch) | |
| tree | 86489c6e40d249a44aa140ffec98c75b450420e8 /include | |
| parent | df1b721f60027705ff0fb804c1da472ba31f978b (diff) | |
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 <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: Silvio Fricke <[email protected]>
Cc: Stefano Babic <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/vining_2000.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/vining_2000.h b/include/configs/vining_2000.h index 54c8c2f62ef..377406f842f 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 */ |
