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:
Cástor Muñoz 2016-05-22 00:43:18 +02:00
parent e863f9a0ce
commit 3f17745930
9 changed files with 25 additions and 23 deletions

View file

@ -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__ */