diff options
author | Lukasz Majewski <lukma@denx.de> | 2023-05-19 12:43:57 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2023-07-11 14:40:04 +0200 |
commit | de27953c2990944e539f503fa47281c2c72b53f6 (patch) | |
tree | 1a4bf6543efdf71cc8cc3e80993a7a2f15a2faed /configs/imx28_xea_defconfig | |
parent | 474c0866514677d40594490d250bc6266319bb6c (diff) | |
download | u-boot-de27953c2990944e539f503fa47281c2c72b53f6.tar.gz u-boot-de27953c2990944e539f503fa47281c2c72b53f6.tar.bz2 u-boot-de27953c2990944e539f503fa47281c2c72b53f6.zip |
config: xea: Enable DM_SERIAL for the XEA (imx287 based) board
The XEA board now supports the DM_SERIAL feature in u-boot.
The SPL is using the SPL_OF_PLATDATA - i.e. NOT SPL_DM_SERIAL to
reduce the overall size of the SPL binary.
Signed-off-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'configs/imx28_xea_defconfig')
-rw-r--r-- | configs/imx28_xea_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/imx28_xea_defconfig b/configs/imx28_xea_defconfig index 10be4af992..c6c6a03245 100644 --- a/configs/imx28_xea_defconfig +++ b/configs/imx28_xea_defconfig @@ -116,7 +116,8 @@ CONFIG_PINCTRL_MXS=y CONFIG_DM_REGULATOR=y CONFIG_DM_REGULATOR_FIXED=y CONFIG_DM_REGULATOR_GPIO=y -CONFIG_CONS_INDEX=0 +CONFIG_SPECIFY_CONSOLE_INDEX=y +CONFIG_DM_SERIAL=y CONFIG_SPI=y CONFIG_DM_SPI=y CONFIG_MXS_SPI=y |