summaryrefslogtreecommitdiff
path: root/include/configs/p1_twr.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-02-07 17:20:52 +0900
committerTom Rini <trini@ti.com>2014-02-19 11:10:05 -0500
commit2f13363b0913afe910c22c0f9c12946c6603b1c2 (patch)
treedfb7ed6985867a46476162c8fff3ce12f823daa0 /include/configs/p1_twr.h
parent627b73e2a79524836b1e933e37e014210ccb80a4 (diff)
configs: Delete unused CONFIG_SYS_64BIT_{VSPRINTF, STRTOUL}
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'include/configs/p1_twr.h')
-rw-r--r--include/configs/p1_twr.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/p1_twr.h b/include/configs/p1_twr.h
index 601bac72e0..c296a07599 100644
--- a/include/configs/p1_twr.h
+++ b/include/configs/p1_twr.h
@@ -238,9 +238,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
#define CONFIG_OF_BOARD_SETUP
#define CONFIG_OF_STDOUT_VIA_ALIAS
-#define CONFIG_SYS_64BIT_VSPRINTF
-#define CONFIG_SYS_64BIT_STRTOUL
-
/* new uImage format support */
#define CONFIG_FIT
#define CONFIG_FIT_VERBOSE /* enable fit_format_{error,warning}() */