1
0
Fork 0
forked from len0rd/rockbox

imx233/fuze+: make config.h more correct, remove logo from bootloader, update linker file and crt0 to produce a single blob into dram

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30111 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Amaury Pouly 2011-07-02 02:12:10 +00:00
parent fed77808c5
commit 82ecc75e68
5 changed files with 59 additions and 37 deletions

View file

@ -39,8 +39,6 @@
#include "usb.h"
int show_logo(void);
void main(void) NORETURN_ATTR;
void main(void)
{
@ -55,7 +53,8 @@ void main(void)
enable_irq();
lcd_init();
show_logo();
lcd_clear_display();
lcd_update();
backlight_init();