]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/blackfin/cpu/init.S
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / arch / blackfin / cpu / init.S
1 #include <asm/blackfin.h>
2 ENTRY(_start)
3         sp.l = LO(L1_SRAM_SCRATCH_END - 20);
4         sp.h = HI(L1_SRAM_SCRATCH_END - 20);
5         call _initcode;
6 1:
7         emuexcpt;
8         jump 1b;
9 END(_start)