[U-Boot] [PATCH] 8313erdb: Enable CONFIG_SYS_64BIT_VSPRINTF.
Scott Wood
scottwood at freescale.com
Thu Jun 25 00:11:48 CEST 2009
This is now required by the NAND subsystem.
Signed-off-by: Scott Wood <scottwood at freescale.com>
---
include/configs/MPC8313ERDB.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/configs/MPC8313ERDB.h b/include/configs/MPC8313ERDB.h
index 2308568..92f74cc 100644
--- a/include/configs/MPC8313ERDB.h
+++ b/include/configs/MPC8313ERDB.h
@@ -299,6 +299,8 @@
#define CONFIG_OF_BOARD_SETUP 1
#define CONFIG_OF_STDOUT_VIA_ALIAS 1
+#define CONFIG_SYS_64BIT_VSPRINTF 1
+
/*
* Serial Port
*/
--
1.5.6.rc1.6.gc53ad
More information about the U-Boot
mailing list