summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoakim Axelsson <joakim.axelsson@stericsson.com>2010-10-22 15:38:45 +0200
committerMichael BRANDT <michael.brandt@stericsson.com>2010-12-07 09:51:11 +0100
commit18f5edacccb7ae2247e8cbe53c168bdd0a193f81 (patch)
tree5b4e0340f0052cc00025a2f8a78131a73e896c61 /Makefile
parent568d0172a478e4a23c8d5642466db3de0771a262 (diff)
db8500: cpu-arch rename stw8500 to db8500
Started work with splitting the files in board/st/u8500 into proper SoC (system on a chip), drivers, commands and board code. ST-Ericsson ID: None Signed-off-by: Joakim Axelsson <joakim.axelsson@stericsson.com> Change-Id: I33300b1990f377bc049785102f1c87fbe579e86d Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/7089 Reviewed-by: Robert ROSENGREN <robert.rosengren@stericsson.com> Reviewed-by: Markus HELGESSON <markus.helgesson@stericsson.com> Reviewed-by: Michael BRANDT <michael.brandt@stericsson.com> Tested-by: Michael BRANDT <michael.brandt@stericsson.com> Reviewed-by: Mikael LARSSON1 <mikael.xt.larsson@stericsson.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f0f865c11..994f76316 100644
--- a/Makefile
+++ b/Makefile
@@ -3180,7 +3180,7 @@ u8500_auto_config:
echo "#define CONFIG_BOOT_SRAM" >> $(obj)include/config.h ; \
echo "TEXT_BASE = 0x40030000" >$(obj)board/st/u8500/config.tmp ; \
fi ; \
- $(MKCONFIG) -a u8500 arm arm_cortexa9 u8500 st stw8500 ; \
+ $(MKCONFIG) -a u8500 arm arm_cortexa9 u8500 st db8500 ; \
fi
#########################################################################