avionic design with actual uboot and tooling
submodule of avionic design uboot bootloader and with included tools to get you started , read readme.md and readme-tk1-loader.md
This commit is contained in:
9
u-boot/arch/blackfin/cpu/init.S
Normal file
9
u-boot/arch/blackfin/cpu/init.S
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <asm/blackfin.h>
|
||||
ENTRY(_start)
|
||||
sp.l = LO(L1_SRAM_SCRATCH_END - 20);
|
||||
sp.h = HI(L1_SRAM_SCRATCH_END - 20);
|
||||
call _initcode;
|
||||
1:
|
||||
emuexcpt;
|
||||
jump 1b;
|
||||
END(_start)
|
||||
Reference in New Issue
Block a user