mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-26 04:10:17 +02:00
update-comment-linker-script.patch
Update the comment for linker script system in use now Signed-off-by: Andy Green <andy@openmoko.com>
This commit is contained in:
parent
126fef5514
commit
aa04cc7e5d
@ -52,9 +52,11 @@ void start_qi(void)
|
|||||||
* steppingstone SRAM for free. Now we pull the whole bootloader
|
* steppingstone SRAM for free. Now we pull the whole bootloader
|
||||||
* image into SDRAM.
|
* image into SDRAM.
|
||||||
*
|
*
|
||||||
* So this doesn't trash position-dependent code, we took care in the
|
* This code and the .S files are arranged by the linker script to
|
||||||
* linker script to arrange all rodata* segment content to be in the
|
* expect to run from 0x0. But the linker script has told everything
|
||||||
* first 4K region.
|
* else to expect to run from 0x33000000+. That's why we are going to
|
||||||
|
* be able to copy this code and not have it crash when we run it from
|
||||||
|
* there.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* We randomly pull 24KBytes of bootloader */
|
/* We randomly pull 24KBytes of bootloader */
|
||||||
|
Loading…
Reference in New Issue
Block a user