diff options
author | Heiko Schocher <hs@denx.de> | 2019-01-21 06:16:26 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-02-01 09:09:40 -0500 |
commit | e535014580baf91f133e6b569e6bc3ab50b49151 (patch) | |
tree | a7abe6fedd8d0a413f4467dab06f198b62117084 /board | |
parent | db4a29993d207fec33c07de8b8cb8a3fd22c9e6c (diff) | |
download | u-boot-e535014580baf91f133e6b569e6bc3ab50b49151.tar.gz u-boot-e535014580baf91f133e6b569e6bc3ab50b49151.tar.xz u-boot-e535014580baf91f133e6b569e6bc3ab50b49151.zip |
arm: dts: add am335x-shc.dts for shc board
add DTS from linux tree commit
"47bfa6d9dc8c060bf56554a465c9031e286d2f80"
change for U-Boot:
switch to SPDX-license identifier.
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'board')
-rw-r--r-- | board/bosch/shc/MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/bosch/shc/MAINTAINERS b/board/bosch/shc/MAINTAINERS index ae3c0355c0..1ed98bc769 100644 --- a/board/bosch/shc/MAINTAINERS +++ b/board/bosch/shc/MAINTAINERS @@ -9,3 +9,4 @@ 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 |