
8 Feb
2017
8 Feb
'17
2:49 p.m.
On Wed, Feb 08, 2017 at 06:03:34PM +0530, Lokesh Vutla wrote:
Add a generic dts file for spl that is used by all AM57xx based platforms.
Signed-off-by: Lokesh Vutla lokeshvutla@ti.com
arch/arm/dts/Makefile | 1 + arch/arm/dts/am57xx-generic-spl.dts | 24 ++++++++++++++++++++++++ configs/am57xx_evm_defconfig | 2 +- configs/am57xx_hs_evm_defconfig | 2 +- 4 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 arch/arm/dts/am57xx-generic-spl.dts
I wonder if we shouldn't instead make use of the "-u-boot.dtsi" wildcard rules in scripts/Makefile.lib and have this say be omap5-u-boot.dtsi and be automatically included on all of the am57xx/dra7xx DTS files.
--
Tom