summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-07-20 22:55:32 +0200
committerWolfgang Denk <wd@denx.de>2008-07-20 22:55:32 +0200
commit20a71d93d62add9c5330a0b9895a497995ffaec7 (patch)
treedc16d63e49d97da26b9f9e8b83e5780466a0e971 /include
parent340ccb260f21516be360745d5c5e3bd0657698df (diff)
parent1092fbd64748dfa2e979b102611ece9bc5ec1855 (diff)
downloadu-boot-imx-20a71d93d62add9c5330a0b9895a497995ffaec7.zip
u-boot-imx-20a71d93d62add9c5330a0b9895a497995ffaec7.tar.gz
u-boot-imx-20a71d93d62add9c5330a0b9895a497995ffaec7.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
Diffstat (limited to 'include')
-rw-r--r--include/ppc4xx.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ppc4xx.h b/include/ppc4xx.h
index 0a8479f..1d06da8 100644
--- a/include/ppc4xx.h
+++ b/include/ppc4xx.h
@@ -46,6 +46,12 @@
#endif
#if defined(CONFIG_440)
+/*
+ * Enable long long (%ll ...) printf format on 440 PPC's since most of
+ * them support 36bit physical addressing
+ */
+#define CFG_64BIT_VSPRINTF
+#define CFG_64BIT_STRTOUL
#include <ppc440.h>
#else
#include <ppc405.h>