diff options
author | Tom Rini <trini@ti.com> | 2012-04-13 12:20:05 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-05-15 08:31:28 +0200 |
commit | 4ac16f2bbd0f90522a48bbd52a382a1db065d11a (patch) | |
tree | 10a04d17f460a5b558148bbeafb4464c809b65c6 /include/configs/p1_p2_rdb_pc.h | |
parent | 1005ccfda493febde8543fef3b0d41f5c74cd06d (diff) | |
download | u-boot-4ac16f2bbd0f90522a48bbd52a382a1db065d11a.tar.gz |
include/configs: Remove CONFIG_SYS_64BIT_STRTOUL
This define does not control anything, remove it.
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/p1_p2_rdb_pc.h')
-rw-r--r-- | include/configs/p1_p2_rdb_pc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/p1_p2_rdb_pc.h b/include/configs/p1_p2_rdb_pc.h index 46218adf08..04fd8d07f5 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}() */ |