mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 18:59:44 +00:00
8bc4ee9e82
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>
16 lines
362 B
Makefile
16 lines
362 B
Makefile
#
|
|
# 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
|