aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorLukasz Majewski <lukma@denx.de>2021-12-27 11:46:40 +0100
committerStefano Babic <sbabic@denx.de>2022-02-05 13:38:39 +0100
commit95966a563b4ade0df49ff8acd64679c30657ce58 (patch)
tree5a3261dd628b4a20914da3fb986843df8ab752ad /board
parent1e7212ee9f0f856214f014364a308dca1fb420b3 (diff)
downloadu-boot-95966a563b4ade0df49ff8acd64679c30657ce58.zip
u-boot-95966a563b4ade0df49ff8acd64679c30657ce58.tar.gz
u-boot-95966a563b4ade0df49ff8acd64679c30657ce58.tar.bz2
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>
Diffstat (limited to 'board')
-rw-r--r--board/liebherr/xea/MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/liebherr/xea/MAINTAINERS b/board/liebherr/xea/MAINTAINERS
index 623184d..12b5dae 100644
--- a/board/liebherr/xea/MAINTAINERS
+++ b/board/liebherr/xea/MAINTAINERS
@@ -4,3 +4,4 @@ S: Maintained
F: board/liebherr/xea/
F: include/configs/xea.h
F: configs/imx28_xea_defconfig
+F: configs/imx28_xea_sb_defconfig