diff options
author | Sanjeev Premi <premi@ti.com> | 2009-10-14 09:56:33 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-10-14 09:56:33 -0700 |
commit | dc6e56b199a5b11b53786c67f5f1c7af0195d223 (patch) | |
tree | 00c99e4a9eafcaa9f403bbfbf851182ae7c0980c | |
parent | 161291396e76e0832c08f617eb9bd364d1648148 (diff) | |
download | linux-dc6e56b199a5b11b53786c67f5f1c7af0195d223.tar.gz linux-dc6e56b199a5b11b53786c67f5f1c7af0195d223.tar.xz |
omap: CONFIG_ISP1301_OMAP redefined in Beagle defconfig
The symbol CONFIG_ISP1301_OMAP was defined twice in the
defconfig. This was causing the warning:
arch/arm/configs/omap3_beagle_defconfig:972:warning:
override: reassigning to symbol ISP1301_OMAP
Signed-off-by: Sanjeev Premi <premi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/configs/omap3_beagle_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/omap3_beagle_defconfig b/arch/arm/configs/omap3_beagle_defconfig index 357d4021e2d0..b3c8cce0f8fb 100644 --- a/arch/arm/configs/omap3_beagle_defconfig +++ b/arch/arm/configs/omap3_beagle_defconfig @@ -969,7 +969,6 @@ CONFIG_USB_ETH_RNDIS=y # CONFIG_USB_OTG_UTILS=y # CONFIG_USB_GPIO_VBUS is not set -# CONFIG_ISP1301_OMAP is not set CONFIG_TWL4030_USB=y # CONFIG_NOP_USB_XCEIV is not set CONFIG_MMC=y |