summaryrefslogtreecommitdiff
path: root/board/samsung/smdkc100/config.mk
diff options
context:
space:
mode:
authorMinkyu Kang <mk7.kang@samsung.com>2009-10-01 17:20:40 +0900
committerTom Rix <Tom.Rix@windriver.com>2009-10-13 21:13:55 -0500
commit8bc4ee9e8213abe4031ea1720aa02fa98d4402ad (patch)
tree872b17c47c35ae22906ec8bfef45ed23d1904117 /board/samsung/smdkc100/config.mk
parentdd2c9e6a3b67c8ff56694e515e6e3c7baddd8f52 (diff)
downloadu-boot-imx-8bc4ee9e8213abe4031ea1720aa02fa98d4402ad.zip
u-boot-imx-8bc4ee9e8213abe4031ea1720aa02fa98d4402ad.tar.gz
u-boot-imx-8bc4ee9e8213abe4031ea1720aa02fa98d4402ad.tar.bz2
s5pc1xx: add support SMDKC100 board
Adds new board SMDKC100 that uses s5pc100 SoC Signed-off-by: Minkyu Kang <mk7.kang@samsung.com> Signed-off-by: HeungJun, Kim <riverful.kim@samsung.com>
Diffstat (limited to 'board/samsung/smdkc100/config.mk')
-rw-r--r--board/samsung/smdkc100/config.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/board/samsung/smdkc100/config.mk b/board/samsung/smdkc100/config.mk
new file mode 100644
index 0000000..ebab420
--- /dev/null
+++ b/board/samsung/smdkc100/config.mk
@@ -0,0 +1,16 @@
+#
+# Copyright (C) 2008 # Samsung Elecgtronics
+# Kyungmin Park <kyungmin.park@samsung.com>
+#
+
+# On S5PC100 we use the 128 MiB OneDRAM bank at
+#
+# 0x30000000 to 0x35000000 (80MiB)
+# 0x38000000 to 0x40000000 (128MiB)
+#
+# On S5PC110 we use the 128 MiB OneDRAM bank at
+#
+# 0x30000000 to 0x35000000 (80MiB)
+# 0x40000000 to 0x48000000 (128MiB)
+#
+TEXT_BASE = 0x34800000