commit | 0f602e10edcc198577157abe7c6f06e9852217ce | [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 | 733b48d802bc120534f37bf37752f068585588fe [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>