summaryrefslogtreecommitdiff
path: root/include/configs/seaboard.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2011-11-17 21:45:42 -0800
committerSimon Glass <sjg@chromium.org>2011-11-17 21:55:50 -0800
commite0a72afdcd769abd7ac3465d86e45bc0ccd95833 (patch)
treef9815d9a6d2583b300dd1f9cc86245b74687353c /include/configs/seaboard.h
parentdd3672e273fa0912ccc6cb7790ca0d13ed86b315 (diff)
Remove NAND support to reduce code size
Perhaps due to a toolchain change or the recent TFTP changes, U-Boot no longer fits in the space available. This removes NAND support to give us time to expand the space and/or fix the toolchain. TBR=U-Boot suddenly grew for no immediately obvious reason, quick fix. http://build.chromium.org/p/chromiumos/builders/tegra2%20seaboard%20full/builds/924/steps/cbuildbot/logs/stdio TEST=build U-Boot and see that it is about 40KB smaller. Change-Id: Iec02cc4da57cac7e79355714000f3e5d31c326c4 Reviewed-on: https://gerrit.chromium.org/gerrit/11895 Reviewed-by: Yasuhiro Matsuda <mazda@chromium.org> Commit-Ready: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/seaboard.h')
-rw-r--r--include/configs/seaboard.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h
index 3857a89d1e..758a8d2793 100644
--- a/include/configs/seaboard.h
+++ b/include/configs/seaboard.h
@@ -260,8 +260,11 @@
#define CONFIG_DEFAULT_DEVICE_TREE "tegra2-seaboard"
/* NAND support */
+
+/* Remove this for now to reduce U-Boot size (tool chain?)
#define CONFIG_CMD_NAND
#define CONFIG_TEGRA2_NAND
+*/
/* Max number of NAND devices */
#define CONFIG_SYS_MAX_NAND_DEVICE 1