1
0
Fork 0
forked from len0rd/rockbox

Swap red and yellow for green on r31339's cranky builds.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31340 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2011-12-17 07:54:00 +00:00
parent 6a67707b5e
commit 09769827fe
7 changed files with 16 additions and 16 deletions

View file

@ -158,7 +158,7 @@ void main(void)
}
kernel_entry = (void*) loadbuffer;
cpucache_invalidate();
commit_discard_idcache();
printf("Executing");
kernel_entry();
printf("ERR: Failed to boot");