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:
parent
fed77808c5
commit
82ecc75e68
5 changed files with 59 additions and 37 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue