diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-01-31 09:53:39 +0100 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-01-31 09:53:39 +0100 |
commit | b4e2f89dfcb206a22d34fa6b34878d85b498b39f (patch) | |
tree | cec27bfbc0d1d71498f841cc575f22072b2f45df /cpu/ixp/npe/Makefile | |
parent | 1b017baf2071d8daf643bce87250db898c606c66 (diff) | |
download | u-boot-imx-b4e2f89dfcb206a22d34fa6b34878d85b498b39f.zip u-boot-imx-b4e2f89dfcb206a22d34fa6b34878d85b498b39f.tar.gz u-boot-imx-b4e2f89dfcb206a22d34fa6b34878d85b498b39f.tar.bz2 |
ixp: remove the option to include the Microcode
instead the board will have to load it from flash or ram
which will be specified by npe_ucode env var
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'cpu/ixp/npe/Makefile')
-rw-r--r-- | cpu/ixp/npe/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpu/ixp/npe/Makefile b/cpu/ixp/npe/Makefile index aa664a1..9309f37 100644 --- a/cpu/ixp/npe/Makefile +++ b/cpu/ixp/npe/Makefile @@ -79,10 +79,6 @@ COBJS-$(CONFIG_IXP4XX_NPE) := npe.o \ IxNpeMhSolicitedCbMgr.o \ IxNpeMhUnsolicitedCbMgr.o -ifndef CONFIG_IXP4XX_NPE_EXT_UCODE_BASE -COBJS-$(CONFIG_IXP4XX_NPE) += IxNpeMicrocode.o -endif - SRCS := $(SOBJS:.o=.S) $(COBJS-y:.o=.c) OBJS := $(addprefix $(obj),$(COBJS-y)) SOBJS := $(addprefix $(obj),$(SOBJS)) |