diff options
author | Bo Shen <voice.shen@atmel.com> | 2015-03-27 14:23:36 +0800 |
---|---|---|
committer | Andreas Bießmann <andreas.devel@googlemail.com> | 2015-04-01 01:04:31 +0200 |
commit | ff255e836a3a6cd52bd51a192af96ac5f224dc22 (patch) | |
tree | da9a38c164467a282ccd3e9848bfad029ad797ee /arch/arm/mach-at91/Makefile | |
parent | d85e8914b379eb3c4d66be241fee29da50166aa2 (diff) | |
download | u-boot-imx-ff255e836a3a6cd52bd51a192af96ac5f224dc22.zip u-boot-imx-ff255e836a3a6cd52bd51a192af96ac5f224dc22.tar.gz u-boot-imx-ff255e836a3a6cd52bd51a192af96ac5f224dc22.tar.bz2 |
ARM: atmel: at91sam9n12ek: enable spl support
Enable SPL support for at91sam9n12ek boards, now it supports
boot up from NAND flash, serial flash.
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91/Makefile')
-rw-r--r-- | arch/arm/mach-at91/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Makefile b/arch/arm/mach-at91/Makefile index ba83616..0d3ee48 100644 --- a/arch/arm/mach-at91/Makefile +++ b/arch/arm/mach-at91/Makefile @@ -2,6 +2,7 @@ obj-$(CONFIG_AT91_WANTS_COMMON_PHY) += phy.o ifneq ($(CONFIG_SPL_BUILD),) obj-$(CONFIG_AT91SAM9G20) += sdram.o spl_at91.o obj-$(CONFIG_AT91SAM9M10G45) += mpddrc.o spl_at91.o +obj-$(CONFIG_AT91SAM9N12) += mpddrc.o spl_at91.o obj-$(CONFIG_AT91SAM9X5) += mpddrc.o spl_at91.o obj-$(CONFIG_SAMA5D3) += mpddrc.o spl_atmel.o obj-$(CONFIG_SAMA5D4) += mpddrc.o spl_atmel.o |