mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
imx233: don't compile fm tuner code in bootloader
Change-Id: Icd36e6b03965272eb169a19630b720f38bac6d9e
This commit is contained in:
parent
9dab30adf0
commit
23c6421f38
2 changed files with 11 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ void system_init(void)
|
|||
|
||||
cpu_frequency = imx233_clkctrl_get_freq(CLK_CPU);
|
||||
|
||||
#if CONFIG_TUNER
|
||||
#if !defined(BOOTLOADER) && CONFIG_TUNER != 0
|
||||
fmradio_i2c_init();
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue