diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-06-13 12:50:04 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-06-21 16:18:12 +0200 |
commit | 8096c51fd4e611ed666dbe77767e81af5d94fc7b (patch) | |
tree | c5862e1da5bb47c4fcbcf40010c3ea51dcff19c5 /board/atmel/at91sam9263ek/Makefile | |
parent | 1b3b7c640d04df2ba9a9d947117d112a75fee7f4 (diff) | |
download | u-boot-imx-8096c51fd4e611ed666dbe77767e81af5d94fc7b.zip u-boot-imx-8096c51fd4e611ed666dbe77767e81af5d94fc7b.tar.gz u-boot-imx-8096c51fd4e611ed666dbe77767e81af5d94fc7b.tar.bz2 |
at91: unify nor boot support
the lowlevel init sequence is the same so unify it
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'board/atmel/at91sam9263ek/Makefile')
-rw-r--r-- | board/atmel/at91sam9263ek/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/atmel/at91sam9263ek/Makefile b/board/atmel/at91sam9263ek/Makefile index 19a354b..79ec45f 100644 --- a/board/atmel/at91sam9263ek/Makefile +++ b/board/atmel/at91sam9263ek/Makefile @@ -32,9 +32,6 @@ LIB = $(obj)lib$(BOARD).a COBJS-y += at91sam9263ek.o COBJS-y += led.o COBJS-$(CONFIG_HAS_DATAFLASH) += partition.o -ifndef CONFIG_SKIP_LOWLEVEL_INIT -SOBJS-y += lowlevel_init.o -endif SRCS := $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c) OBJS := $(addprefix $(obj),$(COBJS-y)) |