summaryrefslogtreecommitdiff
path: root/include/configs/sequoia.h
diff options
context:
space:
mode:
authorJustin Waters <justin.waters@timesys.com>2009-07-14 15:24:56 -0400
committerJustin Waters <justin.waters@timesys.com>2009-07-14 15:24:56 -0400
commitace54824f645a162d2785ec2ae093fb8f42e1e49 (patch)
tree0072973a15363b325cc1bdf642da2a2d79706f17 /include/configs/sequoia.h
parent6b1f78ae6ad037382ad430b07064105c88f7ac02 (diff)
Miscellaneous fixes for Sequoia board2009.06-sequoia-200907141924
There are a number of issues when building the Sequoia U-Boot with Timesys toolchains. * GCC 4.3.3 builds an image that is too large * 64-bit cross-toolchains run into interesting linking errors * abort is not defined for the toolchain when using GCC 4.3.3 This patch addresses these issues in various ways, allowing builds using the newer toolchains.
Diffstat (limited to 'include/configs/sequoia.h')
-rw-r--r--include/configs/sequoia.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/sequoia.h b/include/configs/sequoia.h
index fa226b28cb..f1e3b95b9f 100644
--- a/include/configs/sequoia.h
+++ b/include/configs/sequoia.h
@@ -285,14 +285,14 @@
/*
* Commands additional to the ones defined in amcc-common.h
*/
-#define CONFIG_CMD_DTT
+//#define CONFIG_CMD_DTT
#define CONFIG_CMD_FAT
#define CONFIG_CMD_NAND
#define CONFIG_CMD_PCI
#define CONFIG_CMD_SDRAM
#ifdef CONFIG_440EPX
-#define CONFIG_CMD_USB
+//#define CONFIG_CMD_USB
#endif
#ifndef CONFIG_RAINIER