diff options
Diffstat (limited to 'include')
87 files changed, 0 insertions, 179 deletions
| diff --git a/include/common.h b/include/common.h index 749d35cab..00b543408 100644 --- a/include/common.h +++ b/include/common.h @@ -617,9 +617,7 @@ void	udelay        (unsigned long);  /* lib_generic/vsprintf.c */  ulong	simple_strtoul(const char *cp,char **endp,unsigned int base); -#ifdef CONFIG_SYS_64BIT_VSPRINTF  unsigned long long	simple_strtoull(const char *cp,char **endp,unsigned int base); -#endif  long	simple_strtol(const char *cp,char **endp,unsigned int base);  void	panic(const char *fmt, ...)  		__attribute__ ((format (__printf__, 1, 2))); diff --git a/include/configs/ASH405.h b/include/configs/ASH405.h index 694a87b97..5cb0f1e28 100644 --- a/include/configs/ASH405.h +++ b/include/configs/ASH405.h @@ -160,8 +160,6 @@  #define CONFIG_SYS_NAND_SKIP_BAD_DOT_I	1	/* ".i" read skips bad blocks   */  #define CONFIG_SYS_NAND_QUIET		1 -#define CONFIG_SYS_64BIT_VSPRINTF	/* needed for nand_util.c */ -  /*-----------------------------------------------------------------------   * PCI stuff   *----------------------------------------------------------------------- diff --git a/include/configs/CMS700.h b/include/configs/CMS700.h index 2384925a2..ae8494d57 100644 --- a/include/configs/CMS700.h +++ b/include/configs/CMS700.h @@ -165,8 +165,6 @@  #define CONFIG_SYS_NAND_SKIP_BAD_DOT_I 1       /* ".i" read skips bad blocks   */  #define CONFIG_SYS_NAND_QUIET          1 -#define CONFIG_SYS_64BIT_VSPRINTF	/* needed for nand_util.c */ -  /*   * For booting Linux, the board info and command line data   * have to be in the first 8 MB of memory, since this is diff --git a/include/configs/HH405.h b/include/configs/HH405.h index 1a2266ff7..92335239d 100644 --- a/include/configs/HH405.h +++ b/include/configs/HH405.h @@ -219,8 +219,6 @@  #define CONFIG_SYS_NAND_SKIP_BAD_DOT_I 1       /* ".i" read skips bad blocks   */  #define CONFIG_SYS_NAND_QUIET          1 -#define CONFIG_SYS_64BIT_VSPRINTF	/* needed for nand_util.c */ -  /*-----------------------------------------------------------------------   * PCI stuff   *----------------------------------------------------------------------- diff --git a/include/configs/HUB405.h b/include/configs/HUB405.h index 518d94d61..ea502d42c 100644 --- a/include/configs/HUB405.h +++ b/include/configs/HUB405.h @@ -160,8 +160,6 @@  #define CONFIG_SYS_NAND_SKIP_BAD_DOT_I 1       /* ".i" read skips bad blocks   */  #define CONFIG_SYS_NAND_QUIET          1 -#define CONFIG_SYS_64BIT_VSPRINTF	/* needed for nand_util.c */ -  /*-----------------------------------------------------------------------   * PCI stuff   *----------------------------------------------------------------------- diff --git a/include/configs/IDS8247.h b/include/configs/IDS8247.h index 147a8b267..71bb7b48c 100644 --- a/include/configs/IDS8247.h +++ b/include/configs/IDS8247.h @@ -263,8 +263,6 @@  #define CONFIG_SYS_NAND0_BASE 0xE1000000  #define CONFIG_SYS_MAX_NAND_DEVICE     1       /* Max number of NAND devices           */ -#define CONFIG_SYS_64BIT_VSPRINTF		/* needed for nand_util.c */ -  #endif /* CONFIG_CMD_NAND */  /*----------------------------------------------------------------------- diff --git a/include/configs/MPC8313ERDB.h b/include/configs/MPC8313ERDB.h index 5927e7639..0a4ba2915 100644 --- a/include/configs/MPC8313ERDB.h +++ b/include/configs/MPC8313ERDB.h @@ -236,7 +236,6 @@  #define CONFIG_CMD_NAND 1  #define CONFIG_NAND_FSL_ELBC 1  #define CONFIG_SYS_NAND_BLOCK_SIZE 16384 -#define CONFIG_SYS_64BIT_VSPRINTF	/* needed for nand_util.c */  #define CONFIG_SYS_NAND_U_BOOT_SIZE  (512 << 10)  #define CONFIG_SYS_NAND_U_BOOT_DST   0x00100000 diff --git a/include/configs/MPC8315ERDB.h b/include/configs/MPC8315ERDB.h index 8eaff5d06..79376b3c5 100644 --- a/include/configs/MPC8315ERDB.h +++ b/include/configs/MPC8315ERDB.h @@ -228,7 +228,6 @@  #define CONFIG_MTD_NAND_VERIFY_WRITE	1  #define CONFIG_CMD_NAND			1  #define CONFIG_NAND_FSL_ELBC		1 -#define CONFIG_SYS_64BIT_VSPRINTF	/* needed for nand_util.c */  #define CONFIG_SYS_BR1_PRELIM	( CONFIG_SYS_NAND_BASE \  				| (2<<BR_DECC_SHIFT)	/* Use HW ECC */ \ diff --git a/include/configs/MPC8360ERDK.h b/include/configs/MPC8360ERDK.h index 6cee78aa2..1d1f94f3f 100644 --- a/include/configs/MPC8360ERDK.h +++ b/include/configs/MPC8360ERDK.h @@ -213,7 +213,6 @@  #define CONFIG_NAND_FSL_UPM	1  #define CONFIG_SYS_MAX_NAND_DEVICE	1  #define CONFIG_MTD_NAND_VERIFY_WRITE -#define CONFIG_SYS_64BIT_VSPRINTF	/* needed for nand_util.c */  #define CONFIG_SYS_LBLAWBAR1_PRELIM	CONFIG_SYS_NAND_BASE  #define CONFIG_SYS_LBLAWAR1_PRELIM	0x8000001b /* Access window size 4K */ diff --git a/include/configs/MPC837XEMDS.h b/include/configs/MPC837XEMDS.h index abeb6a2c6..63f1d855e 100644 --- a/include/configs/MPC837XEMDS.h +++ b/include/configs/MPC837XEMDS.h @@ -321,9 +321,6 @@  #define CONFIG_OF_BOARD_SETUP	1  #define CONFIG_OF_STDOUT_VIA_ALIAS	1 -#define CONFIG_SYS_64BIT_STRTOUL		1 -#define CONFIG_SYS_64BIT_VSPRINTF		1 -  /* I2C */  #define CONFIG_HARD_I2C		/* I2C with hardware support */  #undef CONFIG_SOFT_I2C		/* I2C bit-banged */ diff --git a/include/configs/MPC837XERDB.h b/include/configs/MPC837XERDB.h index 7ef92f7be..913184c82 100644 --- a/include/configs/MPC837XERDB.h +++ b/include/configs/MPC837XERDB.h @@ -343,9 +343,6 @@  #define CONFIG_OF_BOARD_SETUP	1  #define CONFIG_OF_STDOUT_VIA_ALIAS 1 -#define CONFIG_SYS_64BIT_STRTOUL		1 -#define CONFIG_SYS_64BIT_VSPRINTF		1 -  /* I2C */  #define CONFIG_HARD_I2C		/* I2C with hardware support */  #undef	CONFIG_SOFT_I2C		/* I2C bit-banged */ diff --git a/include/configs/MPC8536DS.h b/include/configs/MPC8536DS.h index 46d6e9d39..87901b3af 100644 --- a/include/configs/MPC8536DS.h +++ b/include/configs/MPC8536DS.h @@ -433,10 +433,6 @@ extern unsigned long get_board_ddr_clk(unsigned long dummy);  #define CONFIG_OF_BOARD_SETUP		1  #define CONFIG_OF_STDOUT_VIA_ALIAS	1 -#define CONFIG_SYS_64BIT_STRTOUL	1 -#define CONFIG_SYS_64BIT_VSPRINTF	1 - -  /*   * I2C   */ diff --git a/include/configs/MPC8540ADS.h b/include/configs/MPC8540ADS.h index 4af599b1b..78bb74bdc 100644 --- a/include/configs/MPC8540ADS.h +++ b/include/configs/MPC8540ADS.h @@ -260,9 +260,6 @@  #define CONFIG_OF_BOARD_SETUP		1  #define CONFIG_OF_STDOUT_VIA_ALIAS	1 -#define CONFIG_SYS_64BIT_VSPRINTF	1 -#define CONFIG_SYS_64BIT_STRTOUL	1 -  /*   * I2C   */ diff --git a/include/configs/MPC8541CDS.h b/include/configs/MPC8541CDS.h index f41fe300d..e945da2e6 100644 --- a/include/configs/MPC8541CDS.h +++ b/include/configs/MPC8541CDS.h @@ -286,9 +286,6 @@ extern unsigned long get_clock_freq(void);  #define CONFIG_OF_BOARD_SETUP		1  #define CONFIG_OF_STDOUT_VIA_ALIAS	1 -#define CONFIG_SYS_64BIT_VSPRINTF	1 -#define CONFIG_SYS_64BIT_STRTOUL	1 -  /*   * I2C   */ diff --git a/include/configs/MPC8544DS.h b/include/configs/MPC8544DS.h index b7d355315..799d9461f 100644 --- a/include/configs/MPC8544DS.h +++ b/include/configs/MPC8544DS.h @@ -242,9 +242,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);  #define CONFIG_OF_BOARD_SETUP		1  #define CONFIG_OF_STDOUT_VIA_ALIAS	1 -#define CONFIG_SYS_64BIT_STRTOUL		1 -#define CONFIG_SYS_64BIT_VSPRINTF		1 -  /* I2C */  #define CONFIG_FSL_I2C		/* Use FSL common I2C driver */  #define CONFIG_HARD_I2C		/* I2C with hardware support */ diff --git a/include/configs/MPC8548CDS.h b/include/configs/MPC8548CDS.h index 53de56dbc..3eb0049a0 100644 --- a/include/configs/MPC8548CDS.h +++ b/include/configs/MPC8548CDS.h @@ -309,9 +309,6 @@ extern unsigned long get_clock_freq(void);  #define CONFIG_OF_BOARD_SETUP		1  #define CONFIG_OF_STDOUT_VIA_ALIAS	1 -#define CONFIG_SYS_64BIT_VSPRINTF	1 -#define CONFIG_SYS_64BIT_STRTOUL	1 -  /*   * I2C   */ diff --git a/include/configs/MPC8555CDS.h b/include/configs/MPC8555CDS.h index abbfd4707..07a8e6126 100644 --- a/include/configs/MPC8555CDS.h +++ b/include/configs/MPC8555CDS.h @@ -284,9 +284,6 @@ extern unsigned long get_clock_freq(void);  #define CONFIG_OF_BOARD_SETUP		1  #define CONFIG_OF_STDOUT_VIA_ALIAS	1 -#define CONFIG_SYS_64BIT_VSPRINTF	1 -#define CONFIG_SYS_64BIT_STRTOUL	1 -  /*   * I2C   */ diff --git a/include/configs/MPC8560ADS.h b/include/configs/MPC8560ADS.h index df59acae3..4a4a9eda8 100644 --- a/include/configs/MPC8560ADS.h +++ b/include/configs/MPC8560ADS.h @@ -253,9 +253,6 @@  #define CONFIG_OF_BOARD_SETUP		1  #define CONFIG_OF_STDOUT_VIA_ALIAS	1 -#define CONFIG_SYS_64BIT_VSPRINTF	1 -#define CONFIG_SYS_64BIT_STRTOUL	1 -  /*   * I2C   */ diff --git a/include/configs/MPC8568MDS.h b/include/configs/MPC8568MDS.h index 426b93378..128a7e13f 100644 --- a/include/configs/MPC8568MDS.h +++ b/include/configs/MPC8568MDS.h @@ -270,9 +270,6 @@ extern unsigned long get_clock_freq(void);  #define CONFIG_OF_BOARD_SETUP		1  #define CONFIG_OF_STDOUT_VIA_ALIAS	1 -#define CONFIG_SYS_64BIT_VSPRINTF	1 -#define CONFIG_SYS_64BIT_STRTOUL	1 -  /*   * I2C   */ diff --git a/include/configs/MPC8569MDS.h b/include/configs/MPC8569MDS.h index b87f37528..1e659e27a 100644 --- a/include/configs/MPC8569MDS.h +++ b/include/configs/MPC8569MDS.h @@ -247,9 +247,6 @@ extern unsigned long get_clock_freq(void);  #define CONFIG_OF_BOARD_SETUP		1  #define CONFIG_OF_STDOUT_VIA_ALIAS	1 -#define CONFIG_SYS_64BIT_VSPRINTF	1 -#define CONFIG_SYS_64BIT_STRTOUL	1 -  /*   * I2C   */ diff --git a/include/configs/MPC8572DS.h b/include/configs/MPC8572DS.h index 0e7745c46..41e4a6e8a 100644 --- a/include/configs/MPC8572DS.h +++ b/include/configs/MPC8572DS.h @@ -367,9 +367,6 @@ extern unsigned long get_board_ddr_clk(unsigned long dummy);  #define CONFIG_OF_BOARD_SETUP		1  #define CONFIG_OF_STDOUT_VIA_ALIAS	1 -#define CONFIG_SYS_64BIT_VSPRINTF	1 -#define CONFIG_SYS_64BIT_STRTOUL	1 -  /* new uImage format support */  #define CONFIG_FIT		1  #define CONFIG_FIT_VERBOSE	1 /* enable fit_format_{error,warning}() */ diff --git a/include/configs/MPC8610HPCD.h b/include/configs/MPC8610HPCD.h index 7cb4ccdc1..1d2d65923 100644 --- a/include/configs/MPC8610HPCD.h +++ b/include/configs/MPC8610HPCD.h @@ -251,9 +251,6 @@  /* maximum size of the flat tree (8K) */  #define OF_FLAT_TREE_MAX_SIZE	8192 -#define CONFIG_SYS_64BIT_VSPRINTF	1 -#define CONFIG_SYS_64BIT_STRTOUL	1 -  /*   * I2C   */ diff --git a/include/configs/MPC8641HPCN.h b/include/configs/MPC8641HPCN.h index a46f7c8bd..12a8f6039 100644 --- a/include/configs/MPC8641HPCN.h +++ b/include/configs/MPC8641HPCN.h @@ -301,10 +301,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);  #define CONFIG_OF_BOARD_SETUP		1  #define CONFIG_OF_STDOUT_VIA_ALIAS	1 - -#define CONFIG_SYS_64BIT_VSPRINTF	1 -#define CONFIG_SYS_64BIT_STRTOUL	1 -  /*   * I2C   */ diff --git a/include/configs/P1_P2_RDB.h b/include/configs/P1_P2_RDB.h index e2930c19b..ddfe7aabd 100644 --- a/include/configs/P1_P2_RDB.h +++ b/include/configs/P1_P2_RDB.h @@ -310,9 +310,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);  #define CONFIG_OF_BOARD_SETUP		1  #define CONFIG_OF_STDOUT_VIA_ALIAS	1 -#define CONFIG_SYS_64BIT_VSPRINTF	1 -#define CONFIG_SYS_64BIT_STRTOUL	1 -  /* new uImage format support */  #define CONFIG_FIT		1  #define CONFIG_FIT_VERBOSE	1 /* enable fit_format_{error,warning}() */ diff --git a/include/configs/P2020DS.h b/include/configs/P2020DS.h index 9574fcaa1..df9ab34e8 100644 --- a/include/configs/P2020DS.h +++ b/include/configs/P2020DS.h @@ -401,9 +401,6 @@ extern unsigned long calculate_board_ddr_clk(unsigned long dummy);  #define CONFIG_OF_BOARD_SETUP		1  #define CONFIG_OF_STDOUT_VIA_ALIAS	1 -#define CONFIG_SYS_64BIT_VSPRINTF	1 -#define CONFIG_SYS_64BIT_STRTOUL	1 -  /* new uImage format support */  #define CONFIG_FIT		1  #define CONFIG_FIT_VERBOSE	1 /* enable fit_format_{error,warning}() */ diff --git a/include/configs/PLU405.h b/include/configs/PLU405.h index 5f5f1c76a..3d59454eb 100644 --- a/include/configs/PLU405.h +++ b/include/configs/PLU405.h @@ -181,8 +181,6 @@  #define CONFIG_SYS_NAND_SKIP_BAD_DOT_I 1       /* ".i" read skips bad blocks   */  #define CONFIG_SYS_NAND_QUIET          1 -#define CONFIG_SYS_64BIT_VSPRINTF	/* needed for nand_util.c */ -  /*   * PCI stuff   */ diff --git a/include/configs/PPChameleonEVB.h b/include/configs/PPChameleonEVB.h index 6fba0caad..8e9d92872 100644 --- a/include/configs/PPChameleonEVB.h +++ b/include/configs/PPChameleonEVB.h @@ -211,8 +211,6 @@   *-----------------------------------------------------------------------   */ -#define CONFIG_SYS_64BIT_VSPRINTF	/* needed for nand_util.c */ -  /*   * nand device 1 on dave (PPChameleonEVB) needs more time,   * so we just introduce additional wait in nand_wait(), diff --git a/include/configs/SIMPC8313.h b/include/configs/SIMPC8313.h index f68d83417..36e952e74 100644 --- a/include/configs/SIMPC8313.h +++ b/include/configs/SIMPC8313.h @@ -132,7 +132,6 @@  #define CONFIG_MTD_NAND_VERIFY_WRITE  #define CONFIG_CMD_NAND 		1  #define CONFIG_NAND_FSL_ELBC		1 -#define CONFIG_SYS_64BIT_VSPRINTF	/* needed for nand_util.c */  #define CONFIG_SYS_NAND_U_BOOT_SIZE	(512 << 10)  #define CONFIG_SYS_NAND_U_BOOT_DST	0x00100000 diff --git a/include/configs/TQM8272.h b/include/configs/TQM8272.h index 6eaa61d56..12a7edacf 100644 --- a/include/configs/TQM8272.h +++ b/include/configs/TQM8272.h @@ -442,8 +442,6 @@  	WRITE_NAND(d, addr); \  } while(0) -#define CONFIG_SYS_64BIT_VSPRINTF	/* needed for nand_util.c */ -  #endif /* CONFIG_CMD_NAND */  #define	CONFIG_PCI diff --git a/include/configs/TQM85xx.h b/include/configs/TQM85xx.h index 1fbf4bf49..d44fb07cc 100644 --- a/include/configs/TQM85xx.h +++ b/include/configs/TQM85xx.h @@ -372,8 +372,6 @@  #define NAND_BIG_DELAY_US		25	/* max tR for Samsung devices	*/ -#define CONFIG_SYS_64BIT_VSPRINTF		/* needed for nand_util.c */ -  #endif /* CONFIG_NAND */  /* diff --git a/include/configs/VOH405.h b/include/configs/VOH405.h index 17397e8aa..38a1d0dec 100644 --- a/include/configs/VOH405.h +++ b/include/configs/VOH405.h @@ -169,8 +169,6 @@  #define CONFIG_SYS_NAND_SKIP_BAD_DOT_I 1       /* ".i" read skips bad blocks   */  #define CONFIG_SYS_NAND_QUIET          1 -#define CONFIG_SYS_64BIT_VSPRINTF	/* needed for nand_util.c */ -  /*-----------------------------------------------------------------------   * PCI stuff   *----------------------------------------------------------------------- diff --git a/include/configs/WUH405.h b/include/configs/WUH405.h index dbfa1aae9..5c281a1a6 100644 --- a/include/configs/WUH405.h +++ b/include/configs/WUH405.h @@ -157,8 +157,6 @@  #define CONFIG_SYS_NAND_SKIP_BAD_DOT_I      1  /* ".i" read skips bad blocks   */ -#define CONFIG_SYS_64BIT_VSPRINTF	/* needed for nand_util.c */ -  /*-----------------------------------------------------------------------   * PCI stuff   *----------------------------------------------------------------------- diff --git a/include/configs/XPEDITE5170.h b/include/configs/XPEDITE5170.h index 1a810e442..c63fd429f 100644 --- a/include/configs/XPEDITE5170.h +++ b/include/configs/XPEDITE5170.h @@ -239,9 +239,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);  #define CONFIG_OF_BOARD_SETUP		1  #define CONFIG_OF_STDOUT_VIA_ALIAS	1 -#define CONFIG_SYS_64BIT_VSPRINTF	1 -#define CONFIG_SYS_64BIT_STRTOUL	1 -  /*   * I2C   */ diff --git a/include/configs/XPEDITE5200.h b/include/configs/XPEDITE5200.h index 3f737803e..1a56c6076 100644 --- a/include/configs/XPEDITE5200.h +++ b/include/configs/XPEDITE5200.h @@ -213,9 +213,6 @@  #define CONFIG_OF_BOARD_SETUP		1  #define CONFIG_OF_STDOUT_VIA_ALIAS	1 -#define CONFIG_SYS_64BIT_VSPRINTF	1 -#define CONFIG_SYS_64BIT_STRTOUL	1 -  /*   * I2C   */ diff --git a/include/configs/XPEDITE5370.h b/include/configs/XPEDITE5370.h index 7782df367..7fd3668b2 100644 --- a/include/configs/XPEDITE5370.h +++ b/include/configs/XPEDITE5370.h @@ -244,9 +244,6 @@ extern unsigned long get_board_ddr_clk(unsigned long dummy);  #define CONFIG_OF_BOARD_SETUP		1  #define CONFIG_OF_STDOUT_VIA_ALIAS	1 -#define CONFIG_SYS_64BIT_VSPRINTF	1 -#define CONFIG_SYS_64BIT_STRTOUL	1 -  /*   * I2C   */ diff --git a/include/configs/acadia.h b/include/configs/acadia.h index 2fb48b641..bd3388f62 100644 --- a/include/configs/acadia.h +++ b/include/configs/acadia.h @@ -266,8 +266,6 @@  #define CONFIG_SYS_NAND_BASE		(CONFIG_SYS_NAND_ADDR + CONFIG_SYS_NAND_CS)  #define CONFIG_SYS_NAND_SELECT_DEVICE  1	/* nand driver supports mutipl. chips	*/ -#define CONFIG_SYS_64BIT_VSPRINTF	/* needed for nand_util.c */ -  /*-----------------------------------------------------------------------   * External Bus Controller (EBC) Setup   *----------------------------------------------------------------------*/ diff --git a/include/configs/afeb9260.h b/include/configs/afeb9260.h index 74677d875..58b8c8c39 100644 --- a/include/configs/afeb9260.h +++ b/include/configs/afeb9260.h @@ -107,7 +107,6 @@  #define CONFIG_SYS_NAND_ENABLE_PIN		AT91_PIN_PC14  #define CONFIG_SYS_NAND_READY_PIN		AT91_PIN_PC13 -#define CONFIG_SYS_64BIT_VSPRINTF		/* needed for nand_util.c */  #endif  /* NOR flash - no real flash on this board */ diff --git a/include/configs/apollon.h b/include/configs/apollon.h index ddac5fbab..adab45422 100644 --- a/include/configs/apollon.h +++ b/include/configs/apollon.h @@ -258,8 +258,6 @@  #define CONFIG_ENV_ADDR		0x00020000  #define CONFIG_ENV_ADDR_FLEX	0x00040000 -#define CONFIG_SYS_64BIT_VSPRINTF		/* needed for nand_util.c */ -  #ifdef CONFIG_SYS_USE_UBI  #define CONFIG_CMD_MTDPARTS  #define MTDIDS_DEFAULT		"onenand0=onenand" diff --git a/include/configs/aria.h b/include/configs/aria.h index 2938eac39..f89fc570a 100644 --- a/include/configs/aria.h +++ b/include/configs/aria.h @@ -251,8 +251,6 @@  #define CONFIG_SYS_MAX_NAND_DEVICE	1  #define NAND_MAX_CHIPS			CONFIG_SYS_MAX_NAND_DEVICE -#define CONFIG_SYS_64BIT_VSPRINTF	/* needed for nand_util.c */ -  /*   * Configuration parameters for MPC5121 NAND driver   */ diff --git a/include/configs/at91cap9adk.h b/include/configs/at91cap9adk.h index cc194d8b6..322718f44 100644 --- a/include/configs/at91cap9adk.h +++ b/include/configs/at91cap9adk.h @@ -131,7 +131,6 @@  #define CONFIG_SYS_NAND_BASE			0x40000000  #define CONFIG_SYS_NAND_DBW_8			1 -#define CONFIG_SYS_64BIT_VSPRINTF		/* needed for nand_util.c */  #endif  /* Ethernet */ diff --git a/include/configs/at91sam9260ek.h b/include/configs/at91sam9260ek.h index 3507de293..050901125 100644 --- a/include/configs/at91sam9260ek.h +++ b/include/configs/at91sam9260ek.h @@ -123,7 +123,6 @@  #define CONFIG_SYS_NAND_ENABLE_PIN		AT91_PIN_PC14  #define CONFIG_SYS_NAND_READY_PIN		AT91_PIN_PC13 -#define CONFIG_SYS_64BIT_VSPRINTF		/* needed for nand_util.c */  #endif  /* NOR flash - no real flash on this board */ diff --git a/include/configs/at91sam9261ek.h b/include/configs/at91sam9261ek.h index f86698f44..fbf7389b9 100644 --- a/include/configs/at91sam9261ek.h +++ b/include/configs/at91sam9261ek.h @@ -133,7 +133,6 @@  #define CONFIG_SYS_NAND_ENABLE_PIN		AT91_PIN_PC14  #define CONFIG_SYS_NAND_READY_PIN		AT91_PIN_PC15 -#define CONFIG_SYS_64BIT_VSPRINTF		/* needed for nand_util.c */  #endif  /* NOR flash - no real flash on this board */ diff --git a/include/configs/at91sam9263ek.h b/include/configs/at91sam9263ek.h index a1582fcb8..571351ca7 100644 --- a/include/configs/at91sam9263ek.h +++ b/include/configs/at91sam9263ek.h @@ -267,7 +267,6 @@  #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/at91sam9m10g45ek.h b/include/configs/at91sam9m10g45ek.h index b46018877..06184e78e 100644 --- a/include/configs/at91sam9m10g45ek.h +++ b/include/configs/at91sam9m10g45ek.h @@ -118,7 +118,6 @@  /* NOR flash, if populated */  #ifndef CONFIG_CMD_NAND  #define CONFIG_SYS_NO_FLASH		1 -#define CONFIG_SYS_64BIT_VSPRINTF		/* needed for nand_util.c */  #else  #define CONFIG_SYS_FLASH_CFI		1  #define CONFIG_FLASH_CFI_DRIVER		1 @@ -142,7 +141,6 @@  #define CONFIG_SYS_NAND_ENABLE_PIN		AT91_PIN_PC14  #define CONFIG_SYS_NAND_READY_PIN		AT91_PIN_PC8 -#define CONFIG_SYS_64BIT_VSPRINTF		/* needed for nand_util.c */  #endif  /* Ethernet */ diff --git a/include/configs/at91sam9rlek.h b/include/configs/at91sam9rlek.h index b83266d30..6fad75d6b 100644 --- a/include/configs/at91sam9rlek.h +++ b/include/configs/at91sam9rlek.h @@ -119,7 +119,6 @@  #define CONFIG_SYS_NAND_ENABLE_PIN		AT91_PIN_PB6  #define CONFIG_SYS_NAND_READY_PIN		AT91_PIN_PD17 -#define CONFIG_SYS_64BIT_VSPRINTF		/* needed for nand_util.c */  #endif  /* Ethernet - not present */ diff --git a/include/configs/bfin_adi_common.h b/include/configs/bfin_adi_common.h index 0b87418db..0fbd8f498 100644 --- a/include/configs/bfin_adi_common.h +++ b/include/configs/bfin_adi_common.h @@ -87,9 +87,6 @@  #  define CONFIG_CMD_SPIBOOTLDR  # endif  #endif -#ifdef CONFIG_CMD_NAND -# define CONFIG_SYS_64BIT_VSPRINTF -#endif  /*   * Console Settings diff --git a/include/configs/cpu9260.h b/include/configs/cpu9260.h index de8cfb7c6..4ef8566ea 100644 --- a/include/configs/cpu9260.h +++ b/include/configs/cpu9260.h @@ -295,7 +295,6 @@  #define CONFIG_SYS_NAND_ENABLE_PIN		AT91_PIN_PC14  #define CONFIG_SYS_NAND_MASK_ALE		(1 << 21)  #define CONFIG_SYS_NAND_MASK_CLE		(1 << 22) -#define CONFIG_SYS_64BIT_VSPRINTF		/* needed for nand_util.c */  /* NOR flash */  #define CONFIG_SYS_FLASH_CFI			1 diff --git a/include/configs/davinci_dm355evm.h b/include/configs/davinci_dm355evm.h index ea40df0be..d092fb832 100644 --- a/include/configs/davinci_dm355evm.h +++ b/include/configs/davinci_dm355evm.h @@ -69,7 +69,6 @@  #define CONFIG_SYS_NAND_USE_FLASH_BBT  #define CONFIG_SYS_NAND_4BIT_HW_ECC_OOBFIRST  #define CONFIG_SYS_NAND_PAGE_2K -#define CONFIG_SYS_64BIT_VSPRINTF	/* needed for nand_util.c */  #define CONFIG_SYS_NAND_LARGEPAGE  #define CONFIG_SYS_NAND_BASE_LIST	{ 0x02000000, } diff --git a/include/configs/davinci_dm355leopard.h b/include/configs/davinci_dm355leopard.h index 5db720e9d..ca3dea48f 100644 --- a/include/configs/davinci_dm355leopard.h +++ b/include/configs/davinci_dm355leopard.h @@ -114,7 +114,6 @@  #define CONFIG_ENV_SIZE		(256 << 10)	/* 256 KiB */  #define CONFIG_ENV_IS_IN_NAND  #define CONFIG_ENV_OFFSET	0x3C0000 -#define CONFIG_SYS_64BIT_VSPRINTF		/* needed for nand_util.c */  #undef CONFIG_ENV_IS_IN_FLASH  #define CONFIG_ENV_OVERWRITE  #endif diff --git a/include/configs/davinci_dm365evm.h b/include/configs/davinci_dm365evm.h index 53a105bf6..491607766 100644 --- a/include/configs/davinci_dm365evm.h +++ b/include/configs/davinci_dm365evm.h @@ -77,7 +77,6 @@  #define CONFIG_SYS_NAND_USE_FLASH_BBT  #define CONFIG_SYS_NAND_4BIT_HW_ECC_OOBFIRST  #define CONFIG_SYS_NAND_PAGE_2K -#define CONFIG_SYS_64BIT_VSPRINTF	/* needed for nand_util.c */  #define CONFIG_SYS_NAND_LARGEPAGE  #define CONFIG_SYS_NAND_BASE_LIST	{ 0x02000000, } diff --git a/include/configs/davinci_dm6467evm.h b/include/configs/davinci_dm6467evm.h index 6617941d8..ce2d7c4dd 100644 --- a/include/configs/davinci_dm6467evm.h +++ b/include/configs/davinci_dm6467evm.h @@ -77,7 +77,6 @@  #define CONFIG_NAND_DAVINCI  #undef CONFIG_ENV_IS_IN_FLASH  #define CONFIG_ENV_IS_IN_NAND -#define CONFIG_SYS_64BIT_VSPRINTF	/* needed for nand_util.c */  #define CONFIG_ENV_SIZE			(16 << 10)	/* 16 KiB */  #define CONFIG_SYS_NAND_BASE_LIST	{0x42000000, }  #define CONFIG_SYS_NAND_HW_ECC diff --git a/include/configs/davinci_dvevm.h b/include/configs/davinci_dvevm.h index b045e80ae..f7d23990c 100644 --- a/include/configs/davinci_dvevm.h +++ b/include/configs/davinci_dvevm.h @@ -138,7 +138,6 @@  #define CONFIG_SYS_NAND_HW_ECC  #define CONFIG_SYS_MAX_NAND_DEVICE	1	/* Max number of NAND devices */  #define CONFIG_ENV_OFFSET		0x0	/* Block 0--not used by bootcode */ -#define CONFIG_SYS_64BIT_VSPRINTF	/* needed for nand_util.c */  #define DEF_BOOTM		""  #elif defined(CONFIG_SYS_USE_NOR)  #ifdef CONFIG_NOR_UART_BOOT diff --git a/include/configs/davinci_schmoogie.h b/include/configs/davinci_schmoogie.h index 9384cddd4..47db2aa9c 100644 --- a/include/configs/davinci_schmoogie.h +++ b/include/configs/davinci_schmoogie.h @@ -92,7 +92,6 @@  #define CONFIG_SYS_NAND_HW_ECC  #define CONFIG_SYS_MAX_NAND_DEVICE	1	/* Max number of NAND devices */  #define CONFIG_ENV_OFFSET		0x0	/* Block 0--not used by bootcode */ -#define CONFIG_SYS_64BIT_VSPRINTF		/* needed for nand_util.c */  /*=====================*/  /* Board related stuff */  /*=====================*/ diff --git a/include/configs/davinci_sffsdr.h b/include/configs/davinci_sffsdr.h index 71d48fb91..f24eb7a8b 100644 --- a/include/configs/davinci_sffsdr.h +++ b/include/configs/davinci_sffsdr.h @@ -87,7 +87,6 @@  #define CONFIG_SYS_NAND_HW_ECC  #define CONFIG_SYS_MAX_NAND_DEVICE	1	/* Max number of NAND devices */  #define CONFIG_ENV_OFFSET		0x0	/* Block 0--not used by bootcode */ -#define CONFIG_SYS_64BIT_VSPRINTF		/* needed for nand_util.c */  /* I2C switch definitions for PCA9543 chip */  #define CONFIG_SYS_I2C_PCA9543_ADDR		0x70  #define CONFIG_SYS_I2C_PCA9543_ADDR_LEN	0	/* Single register. */ diff --git a/include/configs/davinci_sonata.h b/include/configs/davinci_sonata.h index 9138b2b90..5a55c569d 100644 --- a/include/configs/davinci_sonata.h +++ b/include/configs/davinci_sonata.h @@ -125,7 +125,6 @@  #define CONFIG_SYS_NAND_HW_ECC  #define CONFIG_SYS_MAX_NAND_DEVICE	1	/* Max number of NAND devices */  #define CONFIG_ENV_OFFSET		0x0	/* Block 0--not used by bootcode */ -#define CONFIG_SYS_64BIT_VSPRINTF	/* needed for nand_util.c */  #define DEF_BOOTM		""  #elif defined(CONFIG_SYS_USE_NOR)  #ifdef CONFIG_NOR_UART_BOOT diff --git a/include/configs/delta.h b/include/configs/delta.h index 95e04f9e4..9c46c5bdb 100644 --- a/include/configs/delta.h +++ b/include/configs/delta.h @@ -226,8 +226,6 @@  #define CONFIG_SYS_NAND_BASE_LIST	{ CONFIG_SYS_NAND0_BASE }  #define CONFIG_SYS_MAX_NAND_DEVICE	1	/* Max number of NAND devices */ -#define CONFIG_SYS_64BIT_VSPRINTF		/* needed for nand_util.c */ -  /* nand timeout values */  #define CONFIG_SYS_NAND_PROG_ERASE_TO	3000  #define CONFIG_SYS_NAND_OTHER_TO	100 diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h index 101177096..e81da677f 100644 --- a/include/configs/devkit8000.h +++ b/include/configs/devkit8000.h @@ -132,8 +132,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/keymile-common.h b/include/configs/keymile-common.h index 80c41a496..2ef6a35b1 100644 --- a/include/configs/keymile-common.h +++ b/include/configs/keymile-common.h @@ -127,8 +127,6 @@  #define CONFIG_SYS_MALLOC_LEN	(1024 * 1024)	/* Reserved for malloc */ -#define CONFIG_SYS_64BIT_VSPRINTF	/* needed for UBI/UBIFS */ -  /* UBI Support for all Keymile boards */  #define CONFIG_CMD_UBI  #define CONFIG_RBTREE diff --git a/include/configs/kilauea.h b/include/configs/kilauea.h index 965599c7a..8d4ce8d8a 100644 --- a/include/configs/kilauea.h +++ b/include/configs/kilauea.h @@ -217,8 +217,6 @@  #define CONFIG_SYS_NAND_BASE		(CONFIG_SYS_NAND_ADDR + CONFIG_SYS_NAND_CS)  #define CONFIG_SYS_NAND_SELECT_DEVICE  1	/* nand driver supports mutipl. chips	*/ -#define CONFIG_SYS_64BIT_VSPRINTF	/* needed for nand_util.c */ -  /*-----------------------------------------------------------------------   * DDR SDRAM   *----------------------------------------------------------------------*/ diff --git a/include/configs/mecp5123.h b/include/configs/mecp5123.h index e194c8f7b..cccc31d5e 100644 --- a/include/configs/mecp5123.h +++ b/include/configs/mecp5123.h @@ -177,8 +177,6 @@  #define CONFIG_SYS_MAX_NAND_DEVICE      1  #define NAND_MAX_CHIPS                  CONFIG_SYS_MAX_NAND_DEVICE -#define	CONFIG_SYS_64BIT_VSPRINTF	/* needed for nand_util.c */ -  /*   * Configuration parameters for MPC5121 NAND driver   */ diff --git a/include/configs/meesc.h b/include/configs/meesc.h index b996854f4..ab5cbca18 100644 --- a/include/configs/meesc.h +++ b/include/configs/meesc.h @@ -121,7 +121,6 @@  #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/mpc5121ads.h b/include/configs/mpc5121ads.h index ebc518c03..fb49388bd 100644 --- a/include/configs/mpc5121ads.h +++ b/include/configs/mpc5121ads.h @@ -239,8 +239,6 @@  #define NAND_MAX_CHIPS                  CONFIG_SYS_MAX_NAND_DEVICE  #define CONFIG_SYS_NAND_SELECT_DEVICE	/* driver supports mutipl. chips */ -#define	CONFIG_SYS_64BIT_VSPRINTF	/* needed for nand_util.c */ -  /*   * Configuration parameters for MPC5121 NAND driver   */ diff --git a/include/configs/netstar.h b/include/configs/netstar.h index 7bddf2444..20b423bb8 100644 --- a/include/configs/netstar.h +++ b/include/configs/netstar.h @@ -111,8 +111,6 @@  #define CONFIG_SYS_NAND_BASE		0x04000000 + (2 << 23)  #define NAND_ALLOW_ERASE_ALL		1 -#define CONFIG_SYS_64BIT_VSPRINTF		/* needed for nand_util.c */ -  #define CONFIG_HARD_I2C  #define CONFIG_SYS_I2C_SPEED		100000  #define CONFIG_SYS_I2C_SLAVE		1 diff --git a/include/configs/nhk8815.h b/include/configs/nhk8815.h index a00c2fb23..2b640dca9 100644 --- a/include/configs/nhk8815.h +++ b/include/configs/nhk8815.h @@ -91,7 +91,6 @@  #define CONFIG_SYS_MEMTEST_END		0x0FFFFFFF  #define CONFIG_SYS_MALLOC_LEN		(CONFIG_ENV_SIZE + 256 * 1024)  #define CONFIG_SYS_GBL_DATA_SIZE	128	/* for initial data */ -#define CONFIG_SYS_64BIT_VSPRINTF	/* mtd desires this */  #define BOARD_LATE_INIT		/* call board_late_init during start up */ diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 024b9b833..a6fe5e12b 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h @@ -151,8 +151,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/omap3_evm.h b/include/configs/omap3_evm.h index 6709edc86..00093f83d 100644 --- a/include/configs/omap3_evm.h +++ b/include/configs/omap3_evm.h @@ -146,8 +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_JFFS2_NAND  /* nand device jffs2 lives on */  #define CONFIG_JFFS2_DEV		"nand0" diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h index 0f812a793..0c12b9fea 100644 --- a/include/configs/omap3_overo.h +++ b/include/configs/omap3_overo.h @@ -137,8 +137,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/omap3_pandora.h b/include/configs/omap3_pandora.h index 0cafeb81c..154c0f4f3 100644 --- a/include/configs/omap3_pandora.h +++ b/include/configs/omap3_pandora.h @@ -140,9 +140,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/omap3_zoom1.h b/include/configs/omap3_zoom1.h index 2aef973bc..ef7a28bbc 100644 --- a/include/configs/omap3_zoom1.h +++ b/include/configs/omap3_zoom1.h @@ -147,9 +147,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/omap3_zoom2.h b/include/configs/omap3_zoom2.h index 5b03fb698..2b076666e 100644 --- a/include/configs/omap3_zoom2.h +++ b/include/configs/omap3_zoom2.h @@ -167,8 +167,6 @@  #define GPMC_NAND_ECC_LP_x16_LAYOUT	1  #define CONFIG_SYS_MAX_NAND_DEVICE	1 -#define CONFIG_SYS_64BIT_VSPRINTF		/* needed for nand_util.c */ -  /* Environment information */  #define CONFIG_BOOTDELAY		10 diff --git a/include/configs/openrd_base.h b/include/configs/openrd_base.h index 2aba0cbe9..88f27baaf 100644 --- a/include/configs/openrd_base.h +++ b/include/configs/openrd_base.h @@ -114,7 +114,6 @@  #define NAND_MAX_CHIPS			1  #define CONFIG_SYS_NAND_BASE		0xD8000000	/* KW_DEFADR_NANDF */  #define NAND_ALLOW_ERASE_ALL		1 -#define CONFIG_SYS_64BIT_VSPRINTF	/* needed for nand_util.c */  #endif  /* diff --git a/include/configs/pdnb3.h b/include/configs/pdnb3.h index 2612165cb..220f68658 100644 --- a/include/configs/pdnb3.h +++ b/include/configs/pdnb3.h @@ -266,7 +266,6 @@   */  #define CONFIG_SYS_MAX_NAND_DEVICE	1  #define CONFIG_SYS_NAND_BASE		0x51000000	/* NAND FLASH Base Address */ -#define CONFIG_SYS_64BIT_VSPRINTF			/* needed for nand_util.c */  #endif  /* diff --git a/include/configs/pm9261.h b/include/configs/pm9261.h index 9bf49baf5..399d15f9f 100644 --- a/include/configs/pm9261.h +++ b/include/configs/pm9261.h @@ -236,9 +236,6 @@  #define CONFIG_SYS_NAND_ENABLE_PIN		AT91_PIN_PC14  #define CONFIG_SYS_NAND_READY_PIN		AT91_PIN_PA16 -#define CONFIG_SYS_64BIT_VSPRINTF		/* needed for nand_util.c */ - -  /* NOR flash */  #define CONFIG_SYS_FLASH_CFI			1  #define CONFIG_FLASH_CFI_DRIVER			1 diff --git a/include/configs/pm9263.h b/include/configs/pm9263.h index 6761c182d..0af128037 100644 --- a/include/configs/pm9263.h +++ b/include/configs/pm9263.h @@ -259,7 +259,6 @@  #define CONFIG_SYS_NAND_ENABLE_PIN	AT91_PIN_PD15  #define CONFIG_SYS_NAND_READY_PIN	AT91_PIN_PB30 -#define CONFIG_SYS_64BIT_VSPRINTF		/* needed for nand_util.c */  #endif  #define CONFIG_CMD_JFFS2		1 diff --git a/include/configs/quad100hd.h b/include/configs/quad100hd.h index d63c43e93..b08dcd42d 100644 --- a/include/configs/quad100hd.h +++ b/include/configs/quad100hd.h @@ -226,7 +226,6 @@  #define CONFIG_SYS_NAND_ALE	30   /* our ALE is GPIO30 */  #define CONFIG_SYS_MAX_NAND_DEVICE	1 -#define CONFIG_SYS_64BIT_VSPRINTF	/* needed for nand_util.c */  #endif  /*----------------------------------------------------------------------- diff --git a/include/configs/rd6281a.h b/include/configs/rd6281a.h index 3f4d42c51..3d8e25cc8 100644 --- a/include/configs/rd6281a.h +++ b/include/configs/rd6281a.h @@ -107,7 +107,6 @@  #define NAND_MAX_CHIPS			1  #define CONFIG_SYS_NAND_BASE		0xD8000000	/* KW_DEFADR_NANDF */  #define NAND_ALLOW_ERASE_ALL		1 -#define CONFIG_SYS_64BIT_VSPRINTF	/* needed for nand_util.c */  #endif  /* diff --git a/include/configs/sbc35_a9g20.h b/include/configs/sbc35_a9g20.h index 7a2dcd884..f4b34775a 100644 --- a/include/configs/sbc35_a9g20.h +++ b/include/configs/sbc35_a9g20.h @@ -161,7 +161,6 @@  #define CONFIG_ENV_OFFSET		0x60000  #define CONFIG_ENV_OFFSET_REDUND	0x80000  #define CONFIG_ENV_SIZE			0x20000 -#define CONFIG_SYS_64BIT_VSPRINTF	/* needed for nand_util.c */  #endif  #define CONFIG_BOOTCOMMAND	"nboot 0x21000000 0 400000" diff --git a/include/configs/sbc8641d.h b/include/configs/sbc8641d.h index 682d241d3..315eebe7f 100644 --- a/include/configs/sbc8641d.h +++ b/include/configs/sbc8641d.h @@ -285,9 +285,6 @@  #define CONFIG_OF_BOARD_SETUP		1  #define CONFIG_OF_STDOUT_VIA_ALIAS	1 -#define CONFIG_SYS_64BIT_VSPRINTF	1 -#define CONFIG_SYS_64BIT_STRTOUL	1 -  /*   * I2C   */ diff --git a/include/configs/sc3.h b/include/configs/sc3.h index d4697ad3f..a5eca3989 100644 --- a/include/configs/sc3.h +++ b/include/configs/sc3.h @@ -422,8 +422,6 @@  #define CONFIG_SYS_MAX_NAND_DEVICE	1  #define CONFIG_SYS_NAND_BASE		0x77D00000 -#define CONFIG_SYS_64BIT_VSPRINTF	/* needed for nand_util.c */ -  #define CONFIG_JFFS2_NAND 1			/* jffs2 on nand support */  /* No command line, one static partition */ diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h index 1f95a3ced..fc401a8f8 100644 --- a/include/configs/sheevaplug.h +++ b/include/configs/sheevaplug.h @@ -107,7 +107,6 @@  #define NAND_MAX_CHIPS			1  #define CONFIG_SYS_NAND_BASE		0xD8000000	/* KW_DEFADR_NANDF */  #define NAND_ALLOW_ERASE_ALL		1 -#define CONFIG_SYS_64BIT_VSPRINTF	/* needed for nand_util.c */  #endif  /* diff --git a/include/configs/smdk6400.h b/include/configs/smdk6400.h index f644cd2cd..f04feae21 100644 --- a/include/configs/smdk6400.h +++ b/include/configs/smdk6400.h @@ -268,8 +268,6 @@  				 48, 49, 50, 51, 52, 53, 54, 55, \  				 56, 57, 58, 59, 60, 61, 62, 63} -#define CONFIG_SYS_64BIT_VSPRINTF		/* needed for nand_util.c */ -  /* Boot configuration (define only one of next 3) */  #define CONFIG_BOOT_NAND  /* None of these are currently implemented. Left from the original Samsung diff --git a/include/configs/smdkc100.h b/include/configs/smdkc100.h index 8c472aff4..bf0ee67ba 100644 --- a/include/configs/smdkc100.h +++ b/include/configs/smdkc100.h @@ -213,8 +213,6 @@  #define CONFIG_SYS_MONITOR_LEN		(256 << 10)	/* 256 KiB */  #define CONFIG_IDENT_STRING		" for SMDKC100" -#define CONFIG_SYS_64BIT_VSPRINTF -  #if !defined(CONFIG_NAND_SPL) && (TEXT_BASE >= 0xc0000000)  #define CONFIG_ENABLE_MMU  #endif diff --git a/include/configs/socrates.h b/include/configs/socrates.h index 3632b847f..96410413a 100644 --- a/include/configs/socrates.h +++ b/include/configs/socrates.h @@ -188,8 +188,6 @@  #define CONFIG_SYS_MAX_NAND_DEVICE	1  #define CONFIG_CMD_NAND -#define CONFIG_SYS_64BIT_VSPRINTF	/* needed for nand_util.c */ -  /* LIME GDC */  #define CONFIG_SYS_LIME_BASE		0xc8000000  #define CONFIG_SYS_LIME_SIZE		0x04000000	/* 64 MB	*/ diff --git a/include/configs/tny_a9260.h b/include/configs/tny_a9260.h index 5b70a7bec..4ad081b0b 100644 --- a/include/configs/tny_a9260.h +++ b/include/configs/tny_a9260.h @@ -138,7 +138,6 @@  #define CONFIG_ENV_OFFSET 0x60000  #define CONFIG_ENV_OFFSET_REDUND 0x80000  #define CONFIG_ENV_SIZE 0x20000 -#define CONFIG_SYS_64BIT_VSPRINTF	/* needed for nand_util.c */  #endif  #define CONFIG_BOOTCOMMAND	"nboot 0x21000000 0 400000" diff --git a/include/configs/vct.h b/include/configs/vct.h index 20bf48148..1b894a60e 100644 --- a/include/configs/vct.h +++ b/include/configs/vct.h @@ -284,12 +284,6 @@ int vct_gpio_get(int pin);  #define CONFIG_BOOTDELAY	5	/* autoboot after 5 seconds	*/  /* - * Needed for 64bit printf format - */ -#define CONFIG_SYS_64BIT_VSPRINTF	1 -#define CONFIG_SYS_64BIT_STRTOUL	1 - -/*   * UBI configuration   */  #if defined(CONFIG_VCT_ONENAND) diff --git a/include/configs/zylonite.h b/include/configs/zylonite.h index 36c341e7c..d0fc13888 100644 --- a/include/configs/zylonite.h +++ b/include/configs/zylonite.h @@ -205,8 +205,6 @@  #define CONFIG_SYS_NAND_SENDCMD_RETRY	3  #undef NAND_ALLOW_ERASE_ALL	/* Allow erasing bad blocks - don't use */ -#define CONFIG_SYS_64BIT_VSPRINTF		/* needed for nand_util.c */ -  /* NAND Timing Parameters (in ns) */  #define NAND_TIMING_tCH		10  #define NAND_TIMING_tCS		0 diff --git a/include/ppc4xx.h b/include/ppc4xx.h index 5024db447..ee30a4ca3 100644 --- a/include/ppc4xx.h +++ b/include/ppc4xx.h @@ -100,12 +100,6 @@  #endif /* 440EP/EPX 440GR/GRX 440SP/SPE 460EX/GT/SX 405EX*/  #if defined(CONFIG_440) -/* - * Enable long long (%ll ...) printf format on 440 PPC's since most of - * them support 36bit physical addressing - */ -#define CONFIG_SYS_64BIT_VSPRINTF -#define CONFIG_SYS_64BIT_STRTOUL  #include <ppc440.h>  #else  #include <ppc405.h> |