]> Git Repo - J-u-boot.git/commit
ARM: omap3_logic: Enable SPL booting device tree
authorAdam Ford <[email protected]>
Sat, 16 Feb 2019 19:31:24 +0000 (13:31 -0600)
committerTom Rini <[email protected]>
Tue, 19 Feb 2019 21:58:23 +0000 (16:58 -0500)
commit0cd9465c0bf41b75ebd58b72c3bcf888486521e9
tree9c862b9a7480d107364b75e8f1b257f0e69e5b5b
parented59a76db0e9909fbdcf93146b115081b9d44c49
ARM: omap3_logic: Enable SPL booting device tree

With the generic omap3-u-boot.dtsi file available, this patch
increased the memory of the various incarnations of the omap3_logic
board, and points their respective u-boot.dtsi files to the newly
created generic one, and removes the PLATDATA from the board file.

These are all done at once because the're all utilizing the same
omap3logic.c board file.

Signed-off-by: Adam Ford <[email protected]>
arch/arm/dts/logicpd-som-lv-35xx-devkit-u-boot.dtsi
arch/arm/dts/logicpd-som-lv-37xx-devkit-u-boot.dtsi
arch/arm/dts/logicpd-torpedo-35xx-devkit-u-boot.dtsi
arch/arm/dts/logicpd-torpedo-37xx-devkit-u-boot.dtsi
board/logicpd/omap3som/omap3logic.c
configs/omap35_logic_defconfig
configs/omap35_logic_somlv_defconfig
configs/omap3_logic_defconfig
configs/omap3_logic_somlv_defconfig
This page took 0.040568 seconds and 4 git commands to generate.