diff options
author | Wolfgang Denk <wd@denx.de> | 2009-07-18 15:32:10 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-07-18 15:32:10 +0200 |
commit | 170c19725ecd3a0e2e517dfd49979ca8822edec0 (patch) | |
tree | 5d5b2aa0519a5c559121ed0445d68695a1025d46 /include/configs/PPChameleonEVB.h | |
parent | 6e897a661fb9968ce354165a12cce82e4b889e04 (diff) |
NAND: Fix warning Please define CONFIG_SYS_64BIT_VSPRINTF...
Commit 8d2effea added a warning for configurations that use NAND
without defining the (then necessary) CONFIG_SYS_64BIT_VSPRINTF but
failed to fix the affected boards.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/configs/PPChameleonEVB.h')
-rw-r--r-- | include/configs/PPChameleonEVB.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/PPChameleonEVB.h b/include/configs/PPChameleonEVB.h index 16baf8c9be7..6331464ec56 100644 --- a/include/configs/PPChameleonEVB.h +++ b/include/configs/PPChameleonEVB.h @@ -210,6 +210,9 @@ * NAND-FLASH stuff *----------------------------------------------------------------------- */ + +#define CONFIG_SYS_64BIT_VSPRINTF /* needed for nand_util.c */ + /* * nand device 1 on dave (PPChameleonEVB) needs more time, * so we just introduce additional wait in nand_wait(), |