mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
omap3: Drop unused CONFIG_OMAP3_xxx board defines
We no longer have a need for a per-board CONFIG_OMAP3_xxx define (we have CONFIG_TARGET_xxx when this is required), so drop these unused references. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
77777f769f
commit
bdf10677a9
6 changed files with 0 additions and 15 deletions
|
@ -16,8 +16,6 @@
|
|||
/*
|
||||
* High Level Configuration Options
|
||||
*/
|
||||
#define CONFIG_OMAP3_AM3517CRANE 1 /* working with CRANEBOARD */
|
||||
|
||||
#define CONFIG_EMIF4 /* The chip has EMIF4 controller */
|
||||
|
||||
#include <asm/arch/cpu.h> /* get chip and board defs */
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
#define __CONFIG_H
|
||||
|
||||
/* High Level Configuration Options */
|
||||
#define CONFIG_OMAP3_DEVKIT8000 1 /* working with DevKit8000 */
|
||||
#define CONFIG_MACH_TYPE MACH_TYPE_DEVKIT8000
|
||||
|
||||
/*
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
/*
|
||||
* High Level Configuration Options
|
||||
*/
|
||||
#define CONFIG_OMAP3_MCX /* working with mcx */
|
||||
#define CONFIG_OMAP_GPIO
|
||||
|
||||
#define CONFIG_MACH_TYPE MACH_TYPE_MCX
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
/*
|
||||
* High Level Configuration Options
|
||||
*/
|
||||
#define CONFIG_OMAP3_RX51 /* working with RX51 */
|
||||
#define CONFIG_SYS_L2CACHE_OFF /* pretend there is no L2 CACHE */
|
||||
|
||||
#define CONFIG_MACH_TYPE MACH_TYPE_NOKIA_RX51
|
||||
|
|
|
@ -13,11 +13,6 @@
|
|||
#ifndef __CONFIG_H
|
||||
#define __CONFIG_H
|
||||
|
||||
/*
|
||||
* High Level Configuration Options
|
||||
*/
|
||||
#define CONFIG_OMAP3_ZOOM1 1 /* working with Zoom MDK Rev1 */
|
||||
|
||||
#define CONFIG_NAND
|
||||
#define CONFIG_NR_DRAM_BANKS 2 /* CS1 may or may not be populated */
|
||||
#include <asm/arch/cpu.h> /* get chip and board defs */
|
||||
|
|
|
@ -1979,19 +1979,14 @@ CONFIG_OF_SPI
|
|||
CONFIG_OF_SPI_FLASH
|
||||
CONFIG_OF_STDOUT_PATH
|
||||
CONFIG_OF_SUPPORT_OLD_DEVICE_TREES
|
||||
CONFIG_OMAP3_AM3517CRANE
|
||||
CONFIG_OMAP3_DEVKIT8000
|
||||
CONFIG_OMAP3_GPIO_2
|
||||
CONFIG_OMAP3_GPIO_3
|
||||
CONFIG_OMAP3_GPIO_4
|
||||
CONFIG_OMAP3_GPIO_5
|
||||
CONFIG_OMAP3_GPIO_6
|
||||
CONFIG_OMAP3_LOGIC_USE_NEW_PRODUCT_ID
|
||||
CONFIG_OMAP3_MCX
|
||||
CONFIG_OMAP3_MICRON_DDR
|
||||
CONFIG_OMAP3_RX51
|
||||
CONFIG_OMAP3_SPI_D0_D1_SWAPPED
|
||||
CONFIG_OMAP3_ZOOM1
|
||||
CONFIG_OMAP_EHCI_PHY1_RESET_GPIO
|
||||
CONFIG_OMAP_EHCI_PHY2_RESET_GPIO
|
||||
CONFIG_OMAP_EHCI_PHY3_RESET_GPIO
|
||||
|
|
Loading…
Reference in a new issue