diff options
author | Tom Rini | 2012-04-13 12:20:05 +0000 |
---|---|---|
committer | Albert ARIBAUD | 2012-05-15 08:31:28 +0200 |
commit | 4ac16f2bbd0f90522a48bbd52a382a1db065d11a (patch) | |
tree | 10a04d17f460a5b558148bbeafb4464c809b65c6 | |
parent | 1005ccfda493febde8543fef3b0d41f5c74cd06d (diff) |
include/configs: Remove CONFIG_SYS_64BIT_STRTOUL
This define does not control anything, remove it.
Signed-off-by: Tom Rini <trini@ti.com>
-rw-r--r-- | include/configs/P1023RDS.h | 2 | ||||
-rw-r--r-- | include/configs/P2020COME.h | 1 | ||||
-rw-r--r-- | include/configs/p1_p2_rdb_pc.h | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/P1023RDS.h b/include/configs/P1023RDS.h index b7236b25733..e632d1bd37e 100644 --- a/include/configs/P1023RDS.h +++ b/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}() */ diff --git a/include/configs/P2020COME.h b/include/configs/P2020COME.h index 12f9860edd1..28122ecc115 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_STRTOUL 1 #define CONFIG_CMD_DHCP 1 #define CONFIG_CMD_DATE 1 diff --git a/include/configs/p1_p2_rdb_pc.h b/include/configs/p1_p2_rdb_pc.h index 46218adf08a..04fd8d07f58 100644 --- a/include/configs/p1_p2_rdb_pc.h +++ b/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}() */ |