diff options
| author | Sandeep Paulraj <s-paulraj@ti.com> | 2009-11-21 13:24:17 -0500 | 
|---|---|---|
| committer | Tom Rix <Tom.Rix@windriver.com> | 2009-11-27 16:26:17 -0600 | 
| commit | 3f12f5217e8bdf8f6842bf1b8c5c5b98425ac3db (patch) | |
| tree | 33ec9758e3177a97410ca1cc07b57c8a9bdb3caa /include | |
| parent | 43a5f0df2f2e3a2b5eab05d6742501c98d3c0d0c (diff) | |
| download | olio-uboot-2014.01-3f12f5217e8bdf8f6842bf1b8c5c5b98425ac3db.tar.xz olio-uboot-2014.01-3f12f5217e8bdf8f6842bf1b8c5c5b98425ac3db.zip | |
NAND: Add config option for imx27lite
We will get compilation warnings without
"CONFIG_SYS_64BIT_VSPRINTF" being defined
in the board config.
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/imx27lite.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/configs/imx27lite.h b/include/configs/imx27lite.h index 8ebb0bbee..e219cccc9 100644 --- a/include/configs/imx27lite.h +++ b/include/configs/imx27lite.h @@ -156,6 +156,7 @@  #define CONFIG_SYS_NAND_BASE		0xd8000000  #define CONFIG_JFFS2_NAND  #define CONFIG_MXC_NAND_HWECC +#define CONFIG_SYS_64BIT_VSPRINTF	/* needed for nand_util.c */  /*   * SD/MMC |