1
0
Fork 0
forked from len0rd/rockbox

AS3525: use kernel_init() in bootloader

This way creation of scrolling thread doesn't risk crashing the system

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19026 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2008-11-06 02:31:40 +00:00
parent c3e667c198
commit baecdb632c
3 changed files with 30 additions and 0 deletions

View file

@ -334,6 +334,7 @@ target/arm/pnx0101/system-pnx0101.c
#if CONFIG_CPU == AS3525
target/arm/as3525/system-as3525.c
target/arm/as3525/kernel-as3525.c
target/arm/as3525/ata_sd_as3525.c
#endif