* [U-Boot-Users] CFG_LOaD_ADDR and TEXT_BASE???
@ 2003-03-25 18:41 André Stierenberg
2003-03-25 19:35 ` Wolfgang Denk
0 siblings, 1 reply; 2+ messages in thread
From: André Stierenberg @ 2003-03-25 18:41 UTC (permalink / raw)
To: u-boot
Hello,
i have a question for u-boot. what exactly describes the definition
CFG_LOAD_ADDR? What load adress is it? For the kernel or for u-boot
relocated in RAM? And in the board-specific file config.mk, what exactly
describes TEXT_BASE?
Andr?
CFG_LOAD_ADDRTEXT_BASE
^ permalink raw reply [flat|nested] 2+ messages in thread
* [U-Boot-Users] CFG_LOaD_ADDR and TEXT_BASE???
2003-03-25 18:41 [U-Boot-Users] CFG_LOaD_ADDR and TEXT_BASE??? André Stierenberg
@ 2003-03-25 19:35 ` Wolfgang Denk
0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2003-03-25 19:35 UTC (permalink / raw)
To: u-boot
In message <3E80A2E6.60507@gmx.de> you wrote:
>
> i have a question for u-boot. what exactly describes the definition
> CFG_LOAD_ADDR? What load adress is it? For the kernel or for u-boot
It's the default value for the "loadaddr"environment variable. It has
nothing to do with the relocation of U-Boot to RAM.
> relocated in RAM? And in the board-specific file config.mk, what exactly
> describes TEXT_BASE?
It's the address where the text segment of your image will start. In
other words, TEXT_BASE+0x100 is typically the reset entry point for
your system. See cpu/*/start.S
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd at denx.de
"Who is the oldest inhabitant of this village?"
"We haven't got one; we had one, but he died three weeks ago."
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-03-25 19:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-25 18:41 [U-Boot-Users] CFG_LOaD_ADDR and TEXT_BASE??? André Stierenberg
2003-03-25 19:35 ` Wolfgang Denk
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.