diff options
author | Alexandre Pereira da Silva <aletes.xgr@gmail.com> | 2012-06-12 15:23:27 +0200 |
---|---|---|
committer | Roland Stigge <stigge@antcom.de> | 2012-06-14 16:16:18 +0200 |
commit | 1440837440a31672973eedaf632f54c9dfc08c4d (patch) | |
tree | d5cbe6110944f6805d7f2b6ca3ddc1ed7bd907f4 | |
parent | ARM: LPC32xx: Fix lpc32xx.dtsi status property: "disable" -> "disabled" (diff) | |
download | linux-1440837440a31672973eedaf632f54c9dfc08c4d.tar.xz linux-1440837440a31672973eedaf632f54c9dfc08c4d.zip |
ARM: LPC32xx: Build arch dtbs
Add ea3250.dtb and phy3250.dtb to the list of dtbs to be built
Signed-off-by: Alexandre Pereira da Silva <aletes.xgr@gmail.com>
Signed-off-by: Roland Stigge <stigge@antcom.de>
-rw-r--r-- | arch/arm/mach-lpc32xx/Makefile.boot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-lpc32xx/Makefile.boot b/arch/arm/mach-lpc32xx/Makefile.boot index 2cfe0ee635c5..697323b5f92d 100644 --- a/arch/arm/mach-lpc32xx/Makefile.boot +++ b/arch/arm/mach-lpc32xx/Makefile.boot @@ -2,3 +2,4 @@ params_phys-y := 0x80000100 initrd_phys-y := 0x82000000 +dtb-$(CONFIG_ARCH_LPC32XX) += ea3250.dtb phy3250.dtb |