diff options
| author | Prafulla Wadaskar <prafulla@marvell.com> | 2009-08-10 18:55:54 +0530 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2009-08-21 23:26:09 +0200 | 
| commit | 11906936e168d12d684bb3d2930a62693ba3d84e (patch) | |
| tree | dbab802564dad31352865a195620b26c6bdc725f | |
| parent | b5ffb193330113d2e00489d96bf8ec1f541ed4e1 (diff) | |
| download | olio-uboot-2014.01-11906936e168d12d684bb3d2930a62693ba3d84e.tar.xz olio-uboot-2014.01-11906936e168d12d684bb3d2930a62693ba3d84e.zip | |
arm: rd6281a: Fixed NAND specific warning
It is recommended to define the macro CONFIG_SYS_64BIT_VSPRINTF
for NAND specific warning removal, same is done in this patch
Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
| -rw-r--r-- | include/configs/rd6281a.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/configs/rd6281a.h b/include/configs/rd6281a.h index 3d8e25cc8..3f4d42c51 100644 --- a/include/configs/rd6281a.h +++ b/include/configs/rd6281a.h @@ -107,6 +107,7 @@  #define NAND_MAX_CHIPS			1  #define CONFIG_SYS_NAND_BASE		0xD8000000	/* KW_DEFADR_NANDF */  #define NAND_ALLOW_ERASE_ALL		1 +#define CONFIG_SYS_64BIT_VSPRINTF	/* needed for nand_util.c */  #endif  /* |