[U-Boot] [PATCH v1 0/3] am335x, shc: convert am335x based shc board to DM usage
Heiko Schocher
hs at denx.de
Mon Jan 21 05:16:25 UTC 2019
This patchseries converts the shc board to DM usage and
get rid of DM based compiler warnings.
Patch 1 copies the DTS from linux
Patch 2 introduces u-boot specific dtsi
Patch 3 reworks board code and shc specific defconfigs
Travis build is fine:
https://travis-ci.org/hsdenx/u-boot-test/builds/480340146
Heiko Schocher (3):
arm: dts: add am335x-shc.dts for shc board
ARM: dts: am335x-shc: add u-boot specific dtsi
am335x, shc: adapt shc board to DM
arch/arm/dts/Makefile | 1 +
arch/arm/dts/am335x-shc-u-boot.dtsi | 51 ++
arch/arm/dts/am335x-shc.dts | 575 +++++++++++++++++++++
board/bosch/shc/MAINTAINERS | 4 +-
board/bosch/shc/board.c | 133 +----
configs/am335x_shc_defconfig | 12 +-
configs/am335x_shc_ict_defconfig | 12 +-
configs/am335x_shc_netboot_defconfig | 12 +-
configs/am335x_shc_prompt_defconfig | 45 --
configs/am335x_shc_sdboot_defconfig | 12 +-
configs/am335x_shc_sdboot_prompt_defconfig | 47 --
11 files changed, 671 insertions(+), 233 deletions(-)
create mode 100644 arch/arm/dts/am335x-shc-u-boot.dtsi
create mode 100644 arch/arm/dts/am335x-shc.dts
delete mode 100644 configs/am335x_shc_prompt_defconfig
delete mode 100644 configs/am335x_shc_sdboot_prompt_defconfig
--
2.17.2
More information about the U-Boot
mailing list