Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
22880 commits behind the upstream repository.
user avatar
Alexey Brodkin authored
This is important to have entry point in the beginning of .text section
because it allows simple loading and execution of U-Boot.

For example pre-bootloader loads U-Boot in memory starting from offset
0x81000000 and then just jumps to the same address.

Otherwise pre-bootloader would need to find-out where entry-point is. In
its turn if it deals with binary image of U-Boot there's no way for
pre-bootloader to get required value.

Signed-off-by: default avatarAlexey Brodkin <abrodkin@synopsys.com>
89576072
History
Name Last commit Last update
..
cpu
dts
include/asm
lib
Kconfig
Makefile
config.mk