Sign in
nest-open-source
/
nest-learning-thermostat
/
5.1.8
/
u-boot
/
b562747f823ca97d4d264b74b0785300ce98085c
/
.
/
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
)