diff options
author | Bo Shen <voice.shen@atmel.com> | 2014-11-10 15:24:02 +0800 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-11-17 08:47:18 -0500 |
commit | 927b901b47a60a10dc802b343a8bfb8dd4d5c457 (patch) | |
tree | b35088570d93ad60ebeda8381e7028ff0356ae95 /arch/arm/cpu/armv7/at91/Makefile | |
parent | cabf61ce4b772afbc824cb27ea0407dafc06ed68 (diff) | |
download | u-boot-imx-927b901b47a60a10dc802b343a8bfb8dd4d5c457.zip u-boot-imx-927b901b47a60a10dc802b343a8bfb8dd4d5c457.tar.gz u-boot-imx-927b901b47a60a10dc802b343a8bfb8dd4d5c457.tar.bz2 |
ARM: atmel: add sama5d4ek board support
The code for this board supports following features:
- Boot media support: NAND flash/SD card/SPI flash
- Support LCD display
- Support ethernet
- Support USB mass storage
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'arch/arm/cpu/armv7/at91/Makefile')
-rw-r--r-- | arch/arm/cpu/armv7/at91/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/at91/Makefile b/arch/arm/cpu/armv7/at91/Makefile index 0a2e48d..f4f35a4 100644 --- a/arch/arm/cpu/armv7/at91/Makefile +++ b/arch/arm/cpu/armv7/at91/Makefile @@ -9,6 +9,7 @@ # obj-$(CONFIG_SAMA5D3) += sama5d3_devices.o +obj-$(CONFIG_SAMA5D4) += sama5d4_devices.o obj-y += clock.o obj-y += cpu.o obj-y += reset.o |