Browse Source

include/configs: Remove CONFIG_SYS_64BIT_STRTOUL

This define does not control anything, remove it.

Signed-off-by: Tom Rini <trini@ti.com>
Tom Rini 13 years ago
parent
commit
4ac16f2bbd
3 changed files with 0 additions and 5 deletions
  1. 0 2
      include/configs/P1023RDS.h
  2. 0 1
      include/configs/P2020COME.h
  3. 0 2
      include/configs/p1_p2_rdb_pc.h

+ 0 - 2
include/configs/P1023RDS.h

@@ -310,8 +310,6 @@ extern unsigned long get_clock_freq(void);
 #define CONFIG_OF_BOARD_SETUP
 #define CONFIG_OF_STDOUT_VIA_ALIAS
 
-#define CONFIG_SYS_64BIT_STRTOUL
-
 /* new uImage format support */
 #define CONFIG_FIT
 #define CONFIG_FIT_VERBOSE	/* enable fit_format_{error,warning}() */

+ 0 - 1
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_STRTOUL	1
 #define CONFIG_CMD_DHCP			1
 
 #define CONFIG_CMD_DATE			1

+ 0 - 2
include/configs/p1_p2_rdb_pc.h

@@ -534,8 +534,6 @@
 #define CONFIG_OF_BOARD_SETUP
 #define CONFIG_OF_STDOUT_VIA_ALIAS
 
-#define CONFIG_SYS_64BIT_STRTOUL
-
 /* new uImage format support */
 #define CONFIG_FIT
 #define CONFIG_FIT_VERBOSE	/* enable fit_format_{error,warning}() */