mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 21:25:19 -05:00
iPod Classic: HW initialization for RB
Do not rely on a bootloader initializing the HW, RB initializes and configures GPIO, I2C, and PMU at startup. Change-Id: If7f856b1f345f63de584aa4e4fc22d130cd66c80
This commit is contained in:
parent
e863f9a0ce
commit
3f17745930
9 changed files with 25 additions and 23 deletions
|
|
@ -142,8 +142,6 @@ void gpio_int_disable(int gpio_n);
|
|||
uint32_t gpio_group_get(int group);
|
||||
void gpio_group_set(int group, uint32_t mask, uint32_t cfg);
|
||||
|
||||
#ifdef BOOTLOADER
|
||||
void gpio_preinit(void);
|
||||
#endif
|
||||
|
||||
#endif /* __GPIO_S5L8702_H__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue