File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 2323 * /
2424_barrier: .4byte 0
2525
26- .balign 4
27- . global img_addr
28- img_addr: .4byte 0
29-
3026/ **
3127 * The following code MUST be at the base of the image , as this is bao's entry point. Therefore
3228 * .boot section must also be the first in the linker script. DO NOT implement any code before the
Original file line number Diff line number Diff line change 1717 . global _boot_barrier
1818_boot_barrier: .8byte 0
1919
20- .balign 8
21- . global img_addr
22- img_addr: .8byte 0
23-
2420/ **
2521 * The following code MUST be at the base of the image , as this is bao's entry point. Therefore
2622 * .boot section must also be the first in the linker script. DO NOT implement any code before the
Original file line number Diff line number Diff line change @@ -71,10 +71,6 @@ _extra_allocated_phys_mem_sym: .8byte extra_allocated_phys_mem
7171 */
7272_barrier: .8byte 0
7373
74- .balign 4
75- .global img_addr
76- img_addr: .8byte 0
77-
7874/**
7975 * The following code MUST be at the base of the image, as this is bao's entrypoint. Therefore
8076 * .boot section must also be the first in the linker script. DO NOT implement any code before the
You can’t perform that action at this time.
0 commit comments