mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
c14a3669b2
Currently, the GDT is either located in FLASH or in the non-relocated U-Boot image in RAM. Both of these locations are unsafe as those locations can be erased during a U-Boot update. Move the GDT into the highest available memory location and relocate U-Boot to just below it Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
||
---|---|---|
.. | ||
sc520 | ||
config.mk | ||
cpu.c | ||
interrupts.c | ||
Makefile | ||
resetvec.S | ||
serial.c | ||
start.S | ||
start16.S |