Skip to content

Commit

Permalink
config: xea: Enable DM_SERIAL for the XEA - single binary (SB) u-boot
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lukasz Majewski authored and sbabic committed Jul 11, 2023
1 parent de27953 commit 72235cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/imx28_xea_sb_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72235cd

Please sign in to comment.