diff options
author | Tom Rini <trini@ti.com> | 2012-04-13 12:20:04 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-05-15 08:31:28 +0200 |
commit | 1005ccfda493febde8543fef3b0d41f5c74cd06d (patch) | |
tree | 010c2ef288f3b2e2a7813ca5f2de2edb2ab57c90 /include/configs/eb_cpux9k2.h | |
parent | 8a87a3d72e01339a744d1d1040d86dc739c1dda4 (diff) | |
download | u-boot-imx-1005ccfda493febde8543fef3b0d41f5c74cd06d.zip u-boot-imx-1005ccfda493febde8543fef3b0d41f5c74cd06d.tar.gz u-boot-imx-1005ccfda493febde8543fef3b0d41f5c74cd06d.tar.bz2 |
include/configs: Remove CONFIG_SYS_64BIT_VSPRINTF
This define does not control anything, remove it.
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/eb_cpux9k2.h')
-rw-r--r-- | include/configs/eb_cpux9k2.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/eb_cpux9k2.h b/include/configs/eb_cpux9k2.h index eb05e2a..21c471a 100644 --- a/include/configs/eb_cpux9k2.h +++ b/include/configs/eb_cpux9k2.h @@ -288,8 +288,6 @@ #define CONFIG_SYS_NAND_BASE 0x40000000 #define CONFIG_SYS_NAND_DBW_8 1 -#define CONFIG_SYS_64BIT_VSPRINTF 1 - /* Status LED's */ #define CONFIG_STATUS_LED 1 |