]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: xea: config: Provide special defconfig for a single binary u-boot
authorLukasz Majewski <lukma@denx.de>
Mon, 27 Dec 2021 10:46:40 +0000 (11:46 +0100)
committerStefano Babic <sbabic@denx.de>
Sat, 5 Feb 2022 12:38:39 +0000 (13:38 +0100)
commit95966a563b4ade0df49ff8acd64679c30657ce58
tree5a3261dd628b4a20914da3fb986843df8ab752ad
parent1e7212ee9f0f856214f014364a308dca1fb420b3
arm: xea: config: Provide special defconfig for a single binary u-boot

The new configs/imx28_xea_sb_defconfig is introduced to facilitate
building the single binary u-boot.sb fox XEA board.

The biggest distinction from "normal" XEA imx28_xea_sb_defconfig is
support for USB mass storage devices (pen drives).

To achieve that, the CONFIG_DM_USB is enabled and supported.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
board/liebherr/xea/MAINTAINERS
configs/imx28_xea_sb_defconfig [new file with mode: 0644]