projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
474c086
)
config: xea: Enable DM_SERIAL for the XEA (imx287 based) board
author
Lukasz Majewski
<lukma@denx.de>
Fri, 19 May 2023 10:43:57 +0000
(12:43 +0200)
committer
Stefano Babic
<sbabic@denx.de>
Tue, 11 Jul 2023 12:40:04 +0000
(14:40 +0200)
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>
configs/imx28_xea_defconfig
patch
|
blob
|
history
diff --git
a/configs/imx28_xea_defconfig
b/configs/imx28_xea_defconfig
index 10be4af9927d3fd0fde780706791433c0fd0cce6..c6c6a0324530db5e7c527ceddf9038f623421c3e 100644
(file)
--- 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