summaryrefslogtreecommitdiffstats
path: root/cpu/arm_cortexa8/s5pc1xx/Makefile
diff options
context:
space:
mode:
authorNaveen Krishna CH <ch.naveen@samsung.com>2010-03-05 17:15:38 +0900
committertrix <trix@windriver.com>2010-04-03 15:24:26 -0500
commit01802e0d22a4bb3903b342ff2357ea3bbcccd289 (patch)
treef340ceb614f96953d17347c14a4521a77b4a033f /cpu/arm_cortexa8/s5pc1xx/Makefile
parenta28bec89ccc17b56a50d841c8f0778e927434d1c (diff)
downloadtalos-obmc-uboot-01802e0d22a4bb3903b342ff2357ea3bbcccd289.tar.gz
talos-obmc-uboot-01802e0d22a4bb3903b342ff2357ea3bbcccd289.zip
S5PC100: Function to configure the SROMC registers.
Nand Flash, Ethernet, other features might need to configure the SROMC registers accordingly. The config_sromc() functions helps with this. Signed-off-by: Naveen Krishna Ch <ch.naveen@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'cpu/arm_cortexa8/s5pc1xx/Makefile')
-rw-r--r--cpu/arm_cortexa8/s5pc1xx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/arm_cortexa8/s5pc1xx/Makefile b/cpu/arm_cortexa8/s5pc1xx/Makefile
index 7290c2f522..01c93feda8 100644
--- a/cpu/arm_cortexa8/s5pc1xx/Makefile
+++ b/cpu/arm_cortexa8/s5pc1xx/Makefile
@@ -34,6 +34,7 @@ SOBJS += reset.o
COBJS += clock.o
COBJS += cpu_info.o
COBJS += gpio.o
+COBJS += sromc.o
COBJS += timer.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OpenPOWER on IntegriCloud