diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-02-07 17:20:52 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-02-19 11:10:05 -0500 |
commit | 2f13363b0913afe910c22c0f9c12946c6603b1c2 (patch) | |
tree | dfb7ed6985867a46476162c8fff3ce12f823daa0 /include/configs/p1_twr.h | |
parent | 627b73e2a79524836b1e933e37e014210ccb80a4 (diff) | |
download | u-boot-imx-2f13363b0913afe910c22c0f9c12946c6603b1c2.zip u-boot-imx-2f13363b0913afe910c22c0f9c12946c6603b1c2.tar.gz u-boot-imx-2f13363b0913afe910c22c0f9c12946c6603b1c2.tar.bz2 |
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.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/p1_twr.h b/include/configs/p1_twr.h index 601bac7..c296a07 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}() */ |