]> git.ipfire.org Git - thirdparty/u-boot.git/blame - board/davinci/sffsdr/config.mk
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[thirdparty/u-boot.git] / board / davinci / sffsdr / config.mk
CommitLineData
c7f879ec
HV
1#
2# (C) Copyright 2002
792a09eb 3# Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
c7f879ec
HV
4# David Mueller, ELSOFT AG, <d.mueller@elsoft.ch>
5#
2b1fa9d3
HV
6# Copyright (C) 2008 Lyrtech <www.lyrtech.com>
7# Copyright (C) 2008 Philip Balister, OpenSDR <philip@opensdr.com>
8#
c7f879ec 9# Lyrtech SFF SDR board (ARM926EJS) cpu
c7f879ec
HV
10#
11# SFF SDR board has 1 bank of 128 MB DDR RAM
12# Physical Address:
13# 8000'0000 to 87FF'FFFF
14#
15# Linux-Kernel is expected to be at 8000'8000, entry 8000'8000
16# (mem base + reserved)
17#
18# Integrity kernel is expected to be at 8000'0000, entry 8000'00D0,
19# up to 81FF'FFFF (uses up to 32 MB of memory for text, heap, etc).
20#
2b1fa9d3
HV
21# we load ourself to 8400'0000 to provide at least 32MB spacing
22# between us and the Integrity kernel image
14d0a02a 23CONFIG_SYS_TEXT_BASE = 0x84000000