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/socrates.h | |
parent | 6e897a661fb9968ce354165a12cce82e4b889e04 (diff) | |
download | u-boot-imx-170c19725ecd3a0e2e517dfd49979ca8822edec0.zip u-boot-imx-170c19725ecd3a0e2e517dfd49979ca8822edec0.tar.gz u-boot-imx-170c19725ecd3a0e2e517dfd49979ca8822edec0.tar.bz2 |
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/socrates.h')
-rw-r--r-- | include/configs/socrates.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/socrates.h b/include/configs/socrates.h index 5b91b4d..35feed0 100644 --- a/include/configs/socrates.h +++ b/include/configs/socrates.h @@ -188,6 +188,8 @@ #define CONFIG_SYS_MAX_NAND_DEVICE 1 #define CONFIG_CMD_NAND +#define CONFIG_SYS_64BIT_VSPRINTF /* needed for nand_util.c */ + /* LIME GDC */ #define CONFIG_SYS_LIME_BASE 0xc8000000 #define CONFIG_SYS_LIME_SIZE 0x04000000 /* 64 MB */ |