diff options
| author | Tom Rini <trini@ti.com> | 2012-04-13 12:20:04 +0000 | 
|---|---|---|
| committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-05-15 08:31:28 +0200 | 
| commit | 1005ccfda493febde8543fef3b0d41f5c74cd06d (patch) | |
| tree | 010c2ef288f3b2e2a7813ca5f2de2edb2ab57c90 | |
| parent | 8a87a3d72e01339a744d1d1040d86dc739c1dda4 (diff) | |
| download | olio-uboot-2014.01-1005ccfda493febde8543fef3b0d41f5c74cd06d.tar.xz olio-uboot-2014.01-1005ccfda493febde8543fef3b0d41f5c74cd06d.zip | |
include/configs: Remove CONFIG_SYS_64BIT_VSPRINTF
This define does not control anything, remove it.
Signed-off-by: Tom Rini <trini@ti.com>
| -rw-r--r-- | include/configs/P1023RDS.h | 1 | ||||
| -rw-r--r-- | include/configs/P2020COME.h | 1 | ||||
| -rw-r--r-- | include/configs/am3517_crane.h | 1 | ||||
| -rw-r--r-- | include/configs/am3517_evm.h | 2 | ||||
| -rw-r--r-- | include/configs/at91sam9263ek.h | 2 | ||||
| -rw-r--r-- | include/configs/da830evm.h | 1 | ||||
| -rw-r--r-- | include/configs/ea20.h | 1 | ||||
| -rw-r--r-- | include/configs/eb_cpux9k2.h | 2 | ||||
| -rw-r--r-- | include/configs/flea3.h | 2 | ||||
| -rw-r--r-- | include/configs/hawkboard.h | 1 | ||||
| -rw-r--r-- | include/configs/imx27lite-common.h | 1 | ||||
| -rw-r--r-- | include/configs/mcx.h | 2 | ||||
| -rw-r--r-- | include/configs/meesc.h | 1 | ||||
| -rw-r--r-- | include/configs/mv-common.h | 1 | ||||
| -rw-r--r-- | include/configs/mx25pdk.h | 1 | ||||
| -rw-r--r-- | include/configs/mx35pdk.h | 2 | ||||
| -rw-r--r-- | include/configs/otc570.h | 1 | ||||
| -rw-r--r-- | include/configs/p1_p2_rdb_pc.h | 1 | ||||
| -rw-r--r-- | include/configs/spear-common.h | 1 | ||||
| -rw-r--r-- | include/configs/tam3517-common.h | 1 | ||||
| -rw-r--r-- | include/configs/tx25.h | 2 | ||||
| -rw-r--r-- | include/configs/zmx25.h | 2 | 
22 files changed, 0 insertions, 30 deletions
| diff --git a/include/configs/P1023RDS.h b/include/configs/P1023RDS.h index e057b1f94..b7236b257 100644 --- a/include/configs/P1023RDS.h +++ b/include/configs/P1023RDS.h @@ -310,7 +310,6 @@ extern unsigned long get_clock_freq(void);  #define CONFIG_OF_BOARD_SETUP  #define CONFIG_OF_STDOUT_VIA_ALIAS -#define CONFIG_SYS_64BIT_VSPRINTF  #define CONFIG_SYS_64BIT_STRTOUL  /* new uImage format support */ diff --git a/include/configs/P2020COME.h b/include/configs/P2020COME.h index 365322c6a..12f9860ed 100644 --- a/include/configs/P2020COME.h +++ b/include/configs/P2020COME.h @@ -416,7 +416,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);  #endif  /* Misc Extra Settings */ -#define CONFIG_SYS_64BIT_VSPRINTF	1  #define CONFIG_SYS_64BIT_STRTOUL	1  #define CONFIG_CMD_DHCP			1 diff --git a/include/configs/am3517_crane.h b/include/configs/am3517_crane.h index b0dd2f0af..71321f339 100644 --- a/include/configs/am3517_crane.h +++ b/include/configs/am3517_crane.h @@ -174,7 +174,6 @@  #define CONFIG_SYS_MAX_NAND_DEVICE	1		/* Max number of */  							/* NAND devices */ -#define CONFIG_SYS_64BIT_VSPRINTF		/* needed for nand_util.c */  #define CONFIG_JFFS2_NAND  /* nand device jffs2 lives on */ diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h index b5f75d1e8..bbd19def5 100644 --- a/include/configs/am3517_evm.h +++ b/include/configs/am3517_evm.h @@ -173,8 +173,6 @@  #define CONFIG_SYS_MAX_NAND_DEVICE	1		/* Max number of */  							/* NAND devices */ -#define CONFIG_SYS_64BIT_VSPRINTF		/* needed for nand_util.c */ -  #define CONFIG_JFFS2_NAND  /* nand device jffs2 lives on */  #define CONFIG_JFFS2_DEV		"nand0" diff --git a/include/configs/at91sam9263ek.h b/include/configs/at91sam9263ek.h index 83992461f..f424e5a5b 100644 --- a/include/configs/at91sam9263ek.h +++ b/include/configs/at91sam9263ek.h @@ -283,8 +283,6 @@  #define CONFIG_SYS_NAND_MASK_CLE		(1 << 22)  #define CONFIG_SYS_NAND_ENABLE_PIN		AT91_PIN_PD15  #define CONFIG_SYS_NAND_READY_PIN		AT91_PIN_PA22 - -#define CONFIG_SYS_64BIT_VSPRINTF		/* needed for nand_util.c */  #endif  /* Ethernet */ diff --git a/include/configs/da830evm.h b/include/configs/da830evm.h index 4532e4f4f..781878ef3 100644 --- a/include/configs/da830evm.h +++ b/include/configs/da830evm.h @@ -111,7 +111,6 @@  #define CONFIG_SYS_NAND_CS		3  #define CONFIG_SYS_NAND_BASE		DAVINCI_ASYNC_EMIF_DATA_CE3_BASE  #define CONFIG_SYS_NAND_PAGE_2K -#define CONFIG_SYS_64BIT_VSPRINTF	/* needed for nand_util.c */  #define CONFIG_SYS_CLE_MASK		0x10  #define CONFIG_SYS_ALE_MASK		0x8  #define CONFIG_SYS_MAX_NAND_DEVICE	1 /* Max number of NAND devices */ diff --git a/include/configs/ea20.h b/include/configs/ea20.h index e059b3082..04e7a2d4d 100644 --- a/include/configs/ea20.h +++ b/include/configs/ea20.h @@ -203,7 +203,6 @@  #define CONFIG_SYS_NAND_4BIT_HW_ECC_OOBFIRST  #define	CONFIG_SYS_NAND_USE_FLASH_BBT  #define CONFIG_SYS_MAX_NAND_DEVICE	1 /* Max number of NAND devices */ -#define CONFIG_SYS_64BIT_VSPRINTF	/* needed for nand_util.c */  #endif  /* SPI Flash */ diff --git a/include/configs/eb_cpux9k2.h b/include/configs/eb_cpux9k2.h index eb05e2a0b..21c471adf 100644 --- a/include/configs/eb_cpux9k2.h +++ b/include/configs/eb_cpux9k2.h @@ -288,8 +288,6 @@  #define CONFIG_SYS_NAND_BASE		0x40000000  #define CONFIG_SYS_NAND_DBW_8		1 -#define CONFIG_SYS_64BIT_VSPRINTF	1 -  /* Status LED's */  #define CONFIG_STATUS_LED		1 diff --git a/include/configs/flea3.h b/include/configs/flea3.h index f046a587b..dd7c73f3c 100644 --- a/include/configs/flea3.h +++ b/include/configs/flea3.h @@ -48,8 +48,6 @@  /* Set TEXT at the beginning of the NOR flash */  #define CONFIG_SYS_TEXT_BASE	0xA0000000 -#define CONFIG_SYS_64BIT_VSPRINTF -  /* This is required to setup the ESDC controller */  #define CONFIG_BOARD_EARLY_INIT_F diff --git a/include/configs/hawkboard.h b/include/configs/hawkboard.h index 085937138..6d2d4fb91 100644 --- a/include/configs/hawkboard.h +++ b/include/configs/hawkboard.h @@ -127,7 +127,6 @@  #define CFG_DAVINCI_STD_NAND_LAYOUT  #define CONFIG_SYS_NAND_CS		3  #define CONFIG_SYS_NAND_PAGE_2K -#define CONFIG_SYS_64BIT_VSPRINTF	/* needed for nand_util.c */  /* Max number of NAND devices */  #define CONFIG_SYS_MAX_NAND_DEVICE	1  #define CONFIG_SYS_NAND_BASE_LIST	{ 0x62000000, } diff --git a/include/configs/imx27lite-common.h b/include/configs/imx27lite-common.h index 2af4e7af3..c1f1aa6a8 100644 --- a/include/configs/imx27lite-common.h +++ b/include/configs/imx27lite-common.h @@ -153,7 +153,6 @@  #define CONFIG_SYS_NAND_BASE		0xd8000000  #define CONFIG_JFFS2_NAND  #define CONFIG_MXC_NAND_HWECC -#define CONFIG_SYS_64BIT_VSPRINTF	/* needed for nand_util.c */  /*   * SD/MMC diff --git a/include/configs/mcx.h b/include/configs/mcx.h index 1315c3ceb..e190e3e02 100644 --- a/include/configs/mcx.h +++ b/include/configs/mcx.h @@ -171,8 +171,6 @@  #define CONFIG_SYS_MAX_NAND_DEVICE	1		/* Max number of */  							/* NAND devices */ -#define CONFIG_SYS_64BIT_VSPRINTF		/* needed for nand_util.c */ -  #define CONFIG_JFFS2_NAND  /* nand device jffs2 lives on */  #define CONFIG_JFFS2_DEV		"nand0" diff --git a/include/configs/meesc.h b/include/configs/meesc.h index d6197bc61..db1e87d69 100644 --- a/include/configs/meesc.h +++ b/include/configs/meesc.h @@ -164,7 +164,6 @@  # define CONFIG_SYS_NAND_MASK_CLE		(1 << 22)  # define CONFIG_SYS_NAND_ENABLE_PIN		AT91_PIO_PORTD, 15  # define CONFIG_SYS_NAND_READY_PIN		AT91_PIO_PORTA, 22 -# define CONFIG_SYS_64BIT_VSPRINTF		/* needed for nand_util.c */  #endif  /* Ethernet */ diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h index 1a6379176..27b489902 100644 --- a/include/configs/mv-common.h +++ b/include/configs/mv-common.h @@ -132,7 +132,6 @@   */  #ifdef CONFIG_CMD_NAND  #define CONFIG_SYS_MAX_NAND_DEVICE     1 -#define CONFIG_SYS_64BIT_VSPRINTF      /* needed for nand_util.c */  #endif  /* diff --git a/include/configs/mx25pdk.h b/include/configs/mx25pdk.h index d1ba02b6e..7210b6e80 100644 --- a/include/configs/mx25pdk.h +++ b/include/configs/mx25pdk.h @@ -65,7 +65,6 @@  #define CONFIG_ENV_IS_NOWHERE  #define CONFIG_SYS_NO_FLASH -#define CONFIG_SYS_64BIT_VSPRINTF  /* U-Boot general configuration */  #define CONFIG_SYS_PROMPT	"MX25PDK U-Boot > " diff --git a/include/configs/mx35pdk.h b/include/configs/mx35pdk.h index de4b954a5..bd57baa80 100644 --- a/include/configs/mx35pdk.h +++ b/include/configs/mx35pdk.h @@ -39,8 +39,6 @@  #define CONFIG_SYS_TEXT_BASE	0xA0000000  #define CONFIG_SYS_CACHELINE_SIZE	32 -#define CONFIG_SYS_64BIT_VSPRINTF -  #define CONFIG_BOARD_EARLY_INIT_F  #define CONFIG_BOARD_LATE_INIT diff --git a/include/configs/otc570.h b/include/configs/otc570.h index b322c775a..85993789b 100644 --- a/include/configs/otc570.h +++ b/include/configs/otc570.h @@ -215,7 +215,6 @@  # define CONFIG_SYS_NAND_MASK_CLE		(1 << 22)  # define CONFIG_SYS_NAND_ENABLE_PIN		AT91_PIO_PORTD, 15  # define CONFIG_SYS_NAND_READY_PIN		AT91_PIO_PORTA, 22 -# define CONFIG_SYS_64BIT_VSPRINTF		/* needed for nand_util.c */  #endif  /* Ethernet */ diff --git a/include/configs/p1_p2_rdb_pc.h b/include/configs/p1_p2_rdb_pc.h index 9f2951d68..46218adf0 100644 --- a/include/configs/p1_p2_rdb_pc.h +++ b/include/configs/p1_p2_rdb_pc.h @@ -534,7 +534,6 @@  #define CONFIG_OF_BOARD_SETUP  #define CONFIG_OF_STDOUT_VIA_ALIAS -#define CONFIG_SYS_64BIT_VSPRINTF  #define CONFIG_SYS_64BIT_STRTOUL  /* new uImage format support */ diff --git a/include/configs/spear-common.h b/include/configs/spear-common.h index a79181565..ab1b33209 100644 --- a/include/configs/spear-common.h +++ b/include/configs/spear-common.h @@ -196,7 +196,6 @@  #define CONFIG_SYS_BARGSIZE			CONFIG_SYS_CBSIZE  #define CONFIG_SYS_LOAD_ADDR			0x00800000  #define CONFIG_SYS_CONSOLE_INFO_QUIET		1 -#define CONFIG_SYS_64BIT_VSPRINTF		1  #define CONFIG_EXTRA_ENV_SETTINGS		CONFIG_EXTRA_ENV_USBTTY diff --git a/include/configs/tam3517-common.h b/include/configs/tam3517-common.h index 4c4321d2f..37eb87bf0 100644 --- a/include/configs/tam3517-common.h +++ b/include/configs/tam3517-common.h @@ -146,7 +146,6 @@  #define CONFIG_SYS_MAX_NAND_DEVICE	1		/* Max number of */  							/* NAND devices */ -#define CONFIG_SYS_64BIT_VSPRINTF		/* needed for nand_util.c */  #define CONFIG_AUTO_COMPLETE diff --git a/include/configs/tx25.h b/include/configs/tx25.h index 87bd8a675..3dfafa507 100644 --- a/include/configs/tx25.h +++ b/include/configs/tx25.h @@ -117,8 +117,6 @@  #define CONFIG_MXC_NAND_HWECC  #define CONFIG_SYS_NAND_LARGEPAGE -#define CONFIG_SYS_64BIT_VSPRINTF -  /* U-Boot general configuration */  #define CONFIG_SYS_PROMPT	"=> "	/* Monitor Command Prompt */  #define CONFIG_SYS_CBSIZE	1024	/* Console I/O Buffer Size  */ diff --git a/include/configs/zmx25.h b/include/configs/zmx25.h index 599d5bb42..d7ce6c64d 100644 --- a/include/configs/zmx25.h +++ b/include/configs/zmx25.h @@ -93,8 +93,6 @@  #define CONFIG_CMD_NET  #define CONFIG_CMD_CACHE -#define CONFIG_SYS_64BIT_VSPRINTF -  /*   * Additional command   */ |