M:Robe 500: Remove some dead test code in bootloader, reorganize the bootloader link script, and remove an unnecessary lcd disable/enable in initialization.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20674 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Karl Kurbjun 2009-04-10 04:48:44 +00:00
parent a50e17a6ba
commit b2c4bd3a53
5 changed files with 81 additions and 192 deletions

View file

@ -127,8 +127,6 @@ void lcd_init_device(void)
/* Clear the Frame */
memset16(FRAME, 0x0000, LCD_WIDTH*LCD_HEIGHT);
lcd_sleep();
IO_OSD_OSDWINMD0&=~(0x0001);
IO_OSD_VIDWINMD&=~(0x0001);
@ -242,8 +240,6 @@ void lcd_init_device(void)
IO_OSD_OSDWINMD0|=0x01;
IO_VID_ENC_VMOD|=0x01;
lcd_enable(true);
}
/* Update a fraction of the display. */