diff options
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/VCMA9.h | 2 | ||||
| -rw-r--r-- | include/configs/cerf250.h | 2 | ||||
| -rw-r--r-- | include/configs/colibri_pxa270.h | 2 | ||||
| -rw-r--r-- | include/configs/efikamx.h | 2 | ||||
| -rw-r--r-- | include/configs/imx31_phycore.h | 2 | ||||
| -rw-r--r-- | include/configs/jadecpu.h | 2 | ||||
| -rw-r--r-- | include/configs/lubbock.h | 2 | ||||
| -rw-r--r-- | include/configs/ms7750se.h | 2 | ||||
| -rw-r--r-- | include/configs/mx1ads.h | 2 | ||||
| -rw-r--r-- | include/configs/mx31pdk.h | 2 | ||||
| -rw-r--r-- | include/configs/mx35pdk.h | 2 | ||||
| -rw-r--r-- | include/configs/mx51evk.h | 2 | ||||
| -rw-r--r-- | include/configs/mx53evk.h | 2 | ||||
| -rw-r--r-- | include/configs/nhk8815.h | 2 | ||||
| -rw-r--r-- | include/configs/pleb2.h | 2 | ||||
| -rw-r--r-- | include/configs/pxa255_idp.h | 2 | ||||
| -rw-r--r-- | include/configs/qong.h | 2 | ||||
| -rw-r--r-- | include/configs/r2dplus.h | 2 | ||||
| -rw-r--r-- | include/configs/sh7757lcr.h | 2 | ||||
| -rw-r--r-- | include/configs/trizepsiv.h | 2 | ||||
| -rw-r--r-- | include/configs/tx25.h | 2 | ||||
| -rw-r--r-- | include/configs/u8500_href.h | 2 | ||||
| -rw-r--r-- | include/configs/vision2.h | 2 | ||||
| -rw-r--r-- | include/configs/xaeniax.h | 2 | ||||
| -rw-r--r-- | include/configs/zipitz2.h | 2 | ||||
| -rw-r--r-- | include/configs/zmx25.h | 2 | 
26 files changed, 26 insertions, 26 deletions
| diff --git a/include/configs/VCMA9.h b/include/configs/VCMA9.h index 183045b46..8b8113df5 100644 --- a/include/configs/VCMA9.h +++ b/include/configs/VCMA9.h @@ -76,7 +76,7 @@  #define CONFIG_CMD_BSP  #define CONFIG_CMD_NAND -#define BOARD_LATE_INIT +#define CONFIG_BOARD_LATE_INIT  #define CONFIG_SYS_HUSH_PARSER  #define CONFIG_SYS_PROMPT_HUSH_PS2 "> " diff --git a/include/configs/cerf250.h b/include/configs/cerf250.h index be325e8c2..70427daca 100644 --- a/include/configs/cerf250.h +++ b/include/configs/cerf250.h @@ -36,7 +36,7 @@   */  #define CONFIG_PXA250		1	/* This is an PXA250 CPU    */  #define CONFIG_CERF250		1	/* on Cerf PXA Board	    */ -#define BOARD_LATE_INIT		1 +#define CONFIG_BOARD_LATE_INIT  #define CONFIG_BAUDRATE		38400  #define	CONFIG_SYS_TEXT_BASE	0x0 diff --git a/include/configs/colibri_pxa270.h b/include/configs/colibri_pxa270.h index 011731b87..8a3446efd 100644 --- a/include/configs/colibri_pxa270.h +++ b/include/configs/colibri_pxa270.h @@ -28,7 +28,7 @@  #define	CONFIG_PXA27X		1	/* Marvell PXA270 CPU */  #define	CONFIG_VPAC270		1	/* Toradex Colibri PXA270 board */ -#undef	BOARD_LATE_INIT +#undef	CONFIG_BOARD_LATE_INIT  #undef	CONFIG_USE_IRQ  #undef	CONFIG_SKIP_LOWLEVEL_INIT diff --git a/include/configs/efikamx.h b/include/configs/efikamx.h index 54f48e446..ce96b7883 100644 --- a/include/configs/efikamx.h +++ b/include/configs/efikamx.h @@ -79,7 +79,7 @@  #define CONFIG_SYS_MALLOC_LEN		(CONFIG_ENV_SIZE + 2 * 1024 * 1024)  #define CONFIG_BOARD_EARLY_INIT_F -#define BOARD_LATE_INIT +#define CONFIG_BOARD_LATE_INIT  /*   * Hardware drivers diff --git a/include/configs/imx31_phycore.h b/include/configs/imx31_phycore.h index 48bd50bb7..f4bfee490 100644 --- a/include/configs/imx31_phycore.h +++ b/include/configs/imx31_phycore.h @@ -192,7 +192,7 @@  /* EET platform additions */  #ifdef CONFIG_IMX31_PHYCORE_EET -#define BOARD_LATE_INIT +#define CONFIG_BOARD_LATE_INIT  #define CONFIG_MXC_GPIO diff --git a/include/configs/jadecpu.h b/include/configs/jadecpu.h index 20e1087da..a239efce2 100644 --- a/include/configs/jadecpu.h +++ b/include/configs/jadecpu.h @@ -51,7 +51,7 @@  #define CONFIG_CMDLINE_TAG	1	/* enable passing of ATAGs	*/  #define CONFIG_SETUP_MEMORY_TAGS 1  #define CONFIG_INITRD_TAG	1 -#define BOARD_LATE_INIT		1 +#define CONFIG_BOARD_LATE_INIT  /*   * Compressions diff --git a/include/configs/lubbock.h b/include/configs/lubbock.h index bbdae3c55..90c5bf897 100644 --- a/include/configs/lubbock.h +++ b/include/configs/lubbock.h @@ -41,7 +41,7 @@  #define CONFIG_SHARP_LM8V31  #endif  #define CONFIG_MMC -#define BOARD_LATE_INIT		1 +#define CONFIG_BOARD_LATE_INIT  #define CONFIG_DOS_PARTITION  #define	CONFIG_SYS_TEXT_BASE	0x0  #undef CONFIG_USE_IRQ			/* we don't need IRQ/FIQ stuff */ diff --git a/include/configs/ms7750se.h b/include/configs/ms7750se.h index 16fb0d4fe..03f52f390 100644 --- a/include/configs/ms7750se.h +++ b/include/configs/ms7750se.h @@ -45,7 +45,7 @@  #define CONFIG_SCIF_CONSOLE	1  #define CONFIG_BAUDRATE		38400  #define CONFIG_CONS_SCIF1	1 -#define BOARD_LATE_INIT		1 +#define CONFIG_BOARD_LATE_INIT  #define CONFIG_BOOTDELAY	-1  #define CONFIG_BOOTARGS		"console=ttySC0,38400" diff --git a/include/configs/mx1ads.h b/include/configs/mx1ads.h index 0643312ba..9c1b255e6 100644 --- a/include/configs/mx1ads.h +++ b/include/configs/mx1ads.h @@ -45,7 +45,7 @@  /* #define _CONFIG_UART2 */		/* internal uart 2 */  /* #define CONFIG_SILENT_CONSOLE */	/* use this to disable output */ -#define BOARD_LATE_INIT		1 +#define CONFIG_BOARD_LATE_INIT  #define USE_920T_MMU		1  #if 0 diff --git a/include/configs/mx31pdk.h b/include/configs/mx31pdk.h index 8c5730ac2..044b766cb 100644 --- a/include/configs/mx31pdk.h +++ b/include/configs/mx31pdk.h @@ -102,7 +102,7 @@   */  #undef CONFIG_CMD_IMLS -#define BOARD_LATE_INIT +#define CONFIG_BOARD_LATE_INIT  #define CONFIG_BOOTDELAY	3 diff --git a/include/configs/mx35pdk.h b/include/configs/mx35pdk.h index 670e76dac..6f42fc7f9 100644 --- a/include/configs/mx35pdk.h +++ b/include/configs/mx35pdk.h @@ -42,7 +42,7 @@  #define CONFIG_SYS_64BIT_VSPRINTF  #define CONFIG_BOARD_EARLY_INIT_F -#define BOARD_LATE_INIT +#define CONFIG_BOARD_LATE_INIT  #define CONFIG_CMDLINE_TAG		/* enable passing of ATAGs */  #define CONFIG_REVISION_TAG diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h index 0c108703c..fd7f4ce2b 100644 --- a/include/configs/mx51evk.h +++ b/include/configs/mx51evk.h @@ -54,7 +54,7 @@   */  #define CONFIG_SYS_MALLOC_LEN		(CONFIG_ENV_SIZE + 2 * 1024 * 1024) -#define BOARD_LATE_INIT +#define CONFIG_BOARD_LATE_INIT  /*   * Hardware drivers diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h index 203349296..034fa87e8 100644 --- a/include/configs/mx53evk.h +++ b/include/configs/mx53evk.h @@ -44,7 +44,7 @@  #define CONFIG_SYS_MALLOC_LEN		(CONFIG_ENV_SIZE + 2 * 1024 * 1024)  #define CONFIG_BOARD_EARLY_INIT_F -#define BOARD_LATE_INIT +#define CONFIG_BOARD_LATE_INIT  #define CONFIG_MXC_GPIO  #define CONFIG_MXC_UART diff --git a/include/configs/nhk8815.h b/include/configs/nhk8815.h index 13d1e6637..20db3972f 100644 --- a/include/configs/nhk8815.h +++ b/include/configs/nhk8815.h @@ -96,7 +96,7 @@  #define CONFIG_SYS_MEMTEST_END		0x0FFFFFFF  #define CONFIG_SYS_MALLOC_LEN		(CONFIG_ENV_SIZE + 256 * 1024) -#define BOARD_LATE_INIT		/* call board_late_init during start up */ +#define CONFIG_BOARD_LATE_INIT	/* call board_late_init during start up */  /* timing informazion */  #define CONFIG_SYS_HZ		1000 /* Mandatory... */ diff --git a/include/configs/pleb2.h b/include/configs/pleb2.h index 7dd6246f1..2aeb7fb34 100644 --- a/include/configs/pleb2.h +++ b/include/configs/pleb2.h @@ -38,7 +38,7 @@  #define CONFIG_PLEB2		1	/* on an PLEB2 Board	    */  #undef CONFIG_LCD  #undef CONFIG_MMC -#define BOARD_LATE_INIT		1 +#define CONFIG_BOARD_LATE_INIT  #define	CONFIG_SYS_TEXT_BASE	0x0  #undef CONFIG_USE_IRQ			/* we don't need IRQ/FIQ stuff */ diff --git a/include/configs/pxa255_idp.h b/include/configs/pxa255_idp.h index cd95081a9..620d27089 100644 --- a/include/configs/pxa255_idp.h +++ b/include/configs/pxa255_idp.h @@ -64,7 +64,7 @@  #define CONFIG_MMC		1  #define CONFIG_DOS_PARTITION	1 -#define BOARD_LATE_INIT		1 +#define CONFIG_BOARD_LATE_INIT  #undef CONFIG_USE_IRQ			/* we don't need IRQ/FIQ stuff */ diff --git a/include/configs/qong.h b/include/configs/qong.h index b1fc80c52..8c68d1eb6 100644 --- a/include/configs/qong.h +++ b/include/configs/qong.h @@ -135,7 +135,7 @@  #define CONFIG_CMD_SETEXPR  #define CONFIG_CMD_SPI -#define BOARD_LATE_INIT +#define CONFIG_BOARD_LATE_INIT  #define CONFIG_BOOTDELAY	5 diff --git a/include/configs/r2dplus.h b/include/configs/r2dplus.h index a7a92f798..0ce3fa864 100644 --- a/include/configs/r2dplus.h +++ b/include/configs/r2dplus.h @@ -30,7 +30,7 @@  #define CONFIG_SCIF_CONSOLE	1  #define CONFIG_BAUDRATE		115200  #define CONFIG_CONS_SCIF1	1 -#define BOARD_LATE_INIT		1 +#define CONFIG_BOARD_LATE_INIT  #define CONFIG_BOOTDELAY	-1  #define CONFIG_BOOTARGS		"console=ttySC0,115200" diff --git a/include/configs/sh7757lcr.h b/include/configs/sh7757lcr.h index 4a5fd0d29..2d6eb3320 100644 --- a/include/configs/sh7757lcr.h +++ b/include/configs/sh7757lcr.h @@ -107,7 +107,7 @@  #define SH7757LCR_ETHERNET_MAC_BASE	SH7757LCR_ETHERNET_MAC_BASE_SPI  #define SH7757LCR_ETHERNET_MAC_SIZE	17  #define SH7757LCR_ETHERNET_NUM_CH	2 -#define BOARD_LATE_INIT			1 +#define CONFIG_BOARD_LATE_INIT  /* Gigabit Ether */  #define SH7757LCR_GIGA_ETHERNET_NUM_CH	2 diff --git a/include/configs/trizepsiv.h b/include/configs/trizepsiv.h index 6ec9b8036..2d55044ed 100644 --- a/include/configs/trizepsiv.h +++ b/include/configs/trizepsiv.h @@ -43,7 +43,7 @@  #define CONFIG_PXA27X		1	/* This is an PXA27x CPU    */  #define CONFIG_MMC		1 -#define BOARD_LATE_INIT		1 +#define CONFIG_BOARD_LATE_INIT  #define	CONFIG_SYS_TEXT_BASE	0x0  #undef CONFIG_USE_IRQ			/* we don't need IRQ/FIQ stuff */ diff --git a/include/configs/tx25.h b/include/configs/tx25.h index 6380bb897..8cb57ffc1 100644 --- a/include/configs/tx25.h +++ b/include/configs/tx25.h @@ -137,7 +137,7 @@  #define CONFIG_FEC_MXC_PHYADDR		0x1f  #define CONFIG_MII  #define CONFIG_CMD_NET -#define BOARD_LATE_INIT +#define CONFIG_BOARD_LATE_INIT  #define CONFIG_ENV_OVERWRITE  #define CONFIG_BOOTDELAY	5 diff --git a/include/configs/u8500_href.h b/include/configs/u8500_href.h index 636922c2f..4747fbd35 100644 --- a/include/configs/u8500_href.h +++ b/include/configs/u8500_href.h @@ -35,7 +35,7 @@  #define CONFIG_SYS_HZ		1000		/* must be 1000 */  #define CONFIG_BOARD_EARLY_INIT_F -#define BOARD_LATE_INIT +#define CONFIG_BOARD_LATE_INIT  /*   * Size of malloc() pool diff --git a/include/configs/vision2.h b/include/configs/vision2.h index 3b42afc92..56cbe3feb 100644 --- a/include/configs/vision2.h +++ b/include/configs/vision2.h @@ -39,7 +39,7 @@  #define CONFIG_REVISION_TAG  #define CONFIG_SETUP_MEMORY_TAGS  #define CONFIG_INITRD_TAG -#define BOARD_LATE_INIT +#define CONFIG_BOARD_LATE_INIT  #define CONFIG_MACH_TYPE	MACH_TYPE_TTC_VISION2 diff --git a/include/configs/xaeniax.h b/include/configs/xaeniax.h index 8a4141630..6dce8aeaf 100644 --- a/include/configs/xaeniax.h +++ b/include/configs/xaeniax.h @@ -45,7 +45,7 @@  #define	CONFIG_SYS_TEXT_BASE	0x0 -#define BOARD_LATE_INIT		1 +#define CONFIG_BOARD_LATE_INIT  #undef CONFIG_USE_IRQ			/* we don't need IRQ/FIQ stuff */ diff --git a/include/configs/zipitz2.h b/include/configs/zipitz2.h index ade40b54e..9505007a8 100644 --- a/include/configs/zipitz2.h +++ b/include/configs/zipitz2.h @@ -29,7 +29,7 @@  #define	CONFIG_ZIPITZ2		1	/* Zipit Z2 board */  #define	CONFIG_SYS_TEXT_BASE	0x0 -#undef	BOARD_LATE_INIT +#undef	CONFIG_BOARD_LATE_INIT  #undef	CONFIG_USE_IRQ  #undef	CONFIG_SKIP_LOWLEVEL_INIT diff --git a/include/configs/zmx25.h b/include/configs/zmx25.h index 0d5ee141f..9a7a27ac1 100644 --- a/include/configs/zmx25.h +++ b/include/configs/zmx25.h @@ -46,7 +46,7 @@  #define CONFIG_CMDLINE_TAG		/* enable passing of ATAGs	*/  #define CONFIG_SETUP_MEMORY_TAGS  #define CONFIG_INITRD_TAG -#define BOARD_LATE_INIT +#define CONFIG_BOARD_LATE_INIT  /*   * Compressions |