diff options
author | Alexey Brodkin <abrodkin@synopsys.com> | 2015-04-10 18:41:58 +0300 |
---|---|---|
committer | Alexey Brodkin <abrodkin@synopsys.com> | 2015-04-10 18:45:34 +0300 |
commit | 89576072cb60d50b61813f901c6fc296c01de506 (patch) | |
tree | c99082c4a51cfbdc9f275c869ff190e9283450d3 /drivers/net/eepro100.c | |
parent | 0241c3131dd4c19a1116c863d622358eb2680462 (diff) | |
download | blackbird-obmc-uboot-89576072cb60d50b61813f901c6fc296c01de506.tar.gz blackbird-obmc-uboot-89576072cb60d50b61813f901c6fc296c01de506.zip |
arc: make sure _start is in the beginning of .text section
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: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'drivers/net/eepro100.c')
0 files changed, 0 insertions, 0 deletions