imx: imx8m[m/n]_beacon: Enable SPL_DM_SERIAL
Enable CONFIG_SPL_DM_SERIAL. uart2 and its pinmux was already marked with u-boot,dm-spl. Move preloader_console_init after spl_init to make sure driver model work. Signed-off-by: Peng Fan <peng.fan@nxp.com> Tested-by: Adam Ford <aford173@gmail.com> #imx8mm_beacon Reviewed-by: Fabio Estevam <festevam@denx.de> Tested-by: Adam Ford <aford173@gmail.com> #imx8mn_beacon
This commit is contained in:
@@ -80,6 +80,4 @@
|
||||
#define PHYS_SDRAM 0x40000000
|
||||
#define PHYS_SDRAM_SIZE 0x80000000 /* 2GB DDR */
|
||||
|
||||
#define CONFIG_MXC_UART_BASE UART_BASE_ADDR(2)
|
||||
|
||||
#endif
|
||||
|
||||
@@ -96,6 +96,4 @@
|
||||
#define PHYS_SDRAM_SIZE 0x40000000 /* 1GB DDR */
|
||||
#endif
|
||||
|
||||
#define CONFIG_MXC_UART_BASE UART_BASE_ADDR(2)
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user