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