mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2025-04-21 12:27:27 +03:00
[xbboot] init GPIO_LCD_CS for zImage kernel
This commit is contained in:
@@ -62,6 +62,10 @@ void gpio_init()
|
||||
__gpio_as_uart0();
|
||||
__gpio_as_lcd_18bit();
|
||||
__gpio_as_msc();
|
||||
|
||||
#define GPIO_LCD_CS (2 * 32 + 21)
|
||||
__gpio_as_output(GPIO_LCD_CS);
|
||||
__gpio_clear_pin(GPIO_LCD_CS);
|
||||
}
|
||||
|
||||
void pll_init()
|
||||
|
||||
Reference in New Issue
Block a user