summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Russ <graeme.russ@gmail.com>2008-12-06 23:29:00 (GMT)
committerWolfgang Denk <wd@denx.de>2009-01-24 00:10:20 (GMT)
commit407976185e0dda2c90e89027121a1071b9c77bfb (patch)
tree1ac71bb34ff8009da38c20a463e824bf98389e26
parent85ffbbd51914925a542d8528be7f072e5ab02157 (diff)
downloadu-boot-fsl-qoriq-407976185e0dda2c90e89027121a1071b9c77bfb.tar.xz
Moved sc520 specific code into new cpu/i386/sc520 folder
Signed-off-by: Graeme Russ <graeme.russ@gmail.com> Signed-off-by: Wolfgang Denk <wd@denx.de>
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index b859bcb..121e096 100644
--- a/Makefile
+++ b/Makefile
@@ -2994,16 +2994,16 @@ smdk6400_config : unconfig
## AMD SC520 CDP
#########################################################################
eNET_config : unconfig
- @$(MKCONFIG) $(@:_config=) i386 i386 eNET
+ @$(MKCONFIG) $(@:_config=) i386 i386 eNET NULL sc520
sc520_cdp_config : unconfig
- @$(MKCONFIG) $(@:_config=) i386 i386 sc520_cdp
+ @$(MKCONFIG) $(@:_config=) i386 i386 sc520_cdp NULL sc520
sc520_spunk_config : unconfig
- @$(MKCONFIG) $(@:_config=) i386 i386 sc520_spunk
+ @$(MKCONFIG) $(@:_config=) i386 i386 sc520_spunk NULL sc520
sc520_spunk_rel_config : unconfig
- @$(MKCONFIG) $(@:_config=) i386 i386 sc520_spunk
+ @$(MKCONFIG) $(@:_config=) i386 i386 sc520_spunk NULL sc520
#========================================================================
# MIPS