commit | 4b142febff71eabdb7ddbb125c7b583b24ddc434 | [log] [tgz] |
---|---|---|
author | Heiko Schocher <hs@denx.de> | Thu Dec 03 11:21:21 2009 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Tue Dec 08 22:14:07 2009 +0100 |
tree | dcddb5bcbf00a28467eb8bb096fe857b8f86a858 | |
parent | 00b6d927ba8900cdf218b90b277e1090e284bea6 [diff] |
common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL There is more and more usage of printing 64bit values, so enable this feature generally, and delete the CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL defines. Signed-off-by: Heiko Schocher <hs@denx.de>