From 4ac16f2bbd0f90522a48bbd52a382a1db065d11a Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 13 Apr 2012 12:20:05 +0000 Subject: include/configs: Remove CONFIG_SYS_64BIT_STRTOUL This define does not control anything, remove it. Signed-off-by: Tom Rini --- include/configs/P1023RDS.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/P1023RDS.h') diff --git a/include/configs/P1023RDS.h b/include/configs/P1023RDS.h index b7236b2573..e632d1bd37 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}() */ -- cgit v1.2.1