imx233: don't compile fm tuner code in bootloader

Change-Id: Icd36e6b03965272eb169a19630b720f38bac6d9e
This commit is contained in:
Amaury Pouly 2013-12-02 20:09:56 +01:00
parent 9dab30adf0
commit 23c6421f38
2 changed files with 11 additions and 1 deletions

View file

@ -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
}