From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vladimir "Farcaller" Pouzanov Date: Mon, 16 Oct 2006 18:45:39 +0300 Subject: [U-Boot-Users] What is u-boot relocation address? References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Andrew Dyer wrote: > TEXT_BASE is the starting address that u-boot is built for usually in > FLASH. Later u-boot moves itself up to the top of available memory. Is it ok that TEXT_BASE of 0x0 leads to crash? Also U-boot seems to follow TEXT_BASE value after relocation: TEXT_BASE = 0xA1000000: U-Boot code: A1000000 -> A1016290 BSS: -> A1018948 TEXT_BASE = 0xA1700000: U-Boot code: A1700000 -> A1716290 BSS: -> A1718948 -- Sincerely, Vladimir "Farcaller" Pouzanov http://hackndev.com