Sign in
nest-open-source
/
nest-learning-thermostat
/
5.6
/
u-boot
/
a3239745ea20fdc9340c34c2fc9121c1e45d0ba8
/
.
/
u-boot-imx
/
arch
/
blackfin
/
cpu
/
init.S
blob: f48c113206febe34aa601d0cfa3dc1173c435d0a [
file
] [
log
] [
blame
]
#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
1
b
;
END
(
_start
)