diff mbox series

[v1,16/16] config: xea: Enable DM_SERIAL for the XEA - single binary (SB) u-boot

Message ID 20230519104359.2048821-17-lukma@denx.de
State Accepted
Commit 72235cd96ae8d61f8d9f4b669719526fc8ab0f09
Delegated to: Stefano Babic
Headers show
Series arm: xea: Update i.MX28 XEA board to use DM_SERIAL | expand

Commit Message

Lukasz Majewski May 19, 2023, 10:43 a.m. UTC
The single binary version of u-boot for XEA board is used to debrick and
factory programming.

The produced u-boot.sb is a single file, which allows having fully
operational u-boot prompt loaded with imx287 ROM.

Signed-off-by: Lukasz Majewski <lukma@denx.de>

---

 configs/imx28_xea_sb_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Stefano Babic July 11, 2023, 7:45 p.m. UTC | #1
> The single binary version of u-boot for XEA board is used to debrick and
> factory programming.
> The produced u-boot.sb is a single file, which allows having fully
> operational u-boot prompt loaded with imx287 ROM.
> Signed-off-by: Lukasz Majewski <lukma@denx.de>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/configs/imx28_xea_sb_defconfig b/configs/imx28_xea_sb_defconfig
index bb7bf5d9da..a43183444d 100644
--- a/configs/imx28_xea_sb_defconfig
+++ b/configs/imx28_xea_sb_defconfig
@@ -94,7 +94,9 @@  CONFIG_PINCTRL_MXS=y
 CONFIG_DM_REGULATOR=y
 CONFIG_DM_REGULATOR_FIXED=y
 CONFIG_DM_REGULATOR_GPIO=y
+CONFIG_SPECIFY_CONSOLE_INDEX=y
 CONFIG_CONS_INDEX=0
+CONFIG_DM_SERIAL=y
 CONFIG_SPI=y
 CONFIG_DM_SPI=y
 CONFIG_MXS_SPI=y