diff options
author | Heiko Schocher <hs@denx.de> | 2019-01-21 06:16:28 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-02-01 09:09:40 -0500 |
commit | a36c70a36d4660e858dd2ff43d874a3ec013b436 (patch) | |
tree | 91c8e77f620fbdfcb7259affa3d54713a6352354 /board/bosch/shc/MAINTAINERS | |
parent | 46c43714a9f349fc0b71e1c019229349441e22df (diff) | |
download | u-boot-a36c70a36d4660e858dd2ff43d874a3ec013b436.tar.gz u-boot-a36c70a36d4660e858dd2ff43d874a3ec013b436.tar.xz u-boot-a36c70a36d4660e858dd2ff43d874a3ec013b436.zip |
am335x, shc: adapt shc board to DM
port the am335x based shc board to DM, to get rid
of DW warnings when compiling U-Boot.
- remove uneccessary board code
- adapt defconfigs
- remove unneeded defconfigs
configs/am335x_shc_prompt_defconfig
configs/am335x_shc_sdboot_prompt_defconfig
Signed-off-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/bosch/shc/MAINTAINERS')
-rw-r--r-- | board/bosch/shc/MAINTAINERS | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/bosch/shc/MAINTAINERS b/board/bosch/shc/MAINTAINERS index 137e647377..58104cc131 100644 --- a/board/bosch/shc/MAINTAINERS +++ b/board/bosch/shc/MAINTAINERS @@ -6,8 +6,6 @@ F: include/configs/am335x_shc.h F: configs/am335x_shc_defconfig F: configs/am335x_shc_ict_defconfig F: configs/am335x_shc_netboot_defconfig -F: configs/am335x_shc_prompt_defconfig F: configs/am335x_shc_sdboot_defconfig -F: configs/am335x_shc_sdboot_prompt_defconfig F: arch/arm/dts/am335x-shc.dts F: arch/arm/dts/am335x-shc-u-boot.dtsi |