diff options
author | Peng Fan | 2022-06-11 20:20:55 +0800 |
---|---|---|
committer | Stefano Babic | 2022-06-14 21:33:13 +0200 |
commit | d35130fef8a1c6a43a76fdcc5100d5d794084e93 (patch) | |
tree | d9c2c4bf09daded72f92edb41775f354a283f1d6 /configs/imx8mn_beacon_defconfig | |
parent | 0e1b54247d7e3e69e0af5c4dc7a3b26acf9e8451 (diff) |
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
Diffstat (limited to 'configs/imx8mn_beacon_defconfig')
-rw-r--r-- | configs/imx8mn_beacon_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/imx8mn_beacon_defconfig b/configs/imx8mn_beacon_defconfig index b296898d6db..357109e32e5 100644 --- a/configs/imx8mn_beacon_defconfig +++ b/configs/imx8mn_beacon_defconfig @@ -131,7 +131,6 @@ CONFIG_DM_REGULATOR_FIXED=y CONFIG_DM_REGULATOR_GPIO=y CONFIG_DM_RESET=y CONFIG_DM_SERIAL=y -# CONFIG_SPL_DM_SERIAL is not set CONFIG_MXC_UART=y CONFIG_SPI=y CONFIG_DM_SPI=y |