summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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
#########################################################################