summaryrefslogtreecommitdiffstats
path: root/include/configs/io.h
diff options
context:
space:
mode:
authorDirk Eibach <dirk.eibach@gdsys.cc>2014-07-03 09:28:25 +0200
committerTom Rini <trini@ti.com>2014-07-07 19:47:19 -0400
commit4fb9b41b550c3620c4cd5c2490b8800465c220dd (patch)
tree8cafdce24d169f5d6b47365a02f68f4541cc1298 /include/configs/io.h
parent5d1a4bf39f1146e069206953829b5c0c49c4eab5 (diff)
downloadtalos-obmc-uboot-4fb9b41b550c3620c4cd5c2490b8800465c220dd.tar.gz
talos-obmc-uboot-4fb9b41b550c3620c4cd5c2490b8800465c220dd.zip
board: gdsys: Remove commands to reduce footprint
Commit "2842c1c fit: add sha256 support" badly increased memory footprint, so some of our boards did not build anymore. Since monitor base must not be changed I removed some commands to save memory. Maybe making sha256 optional for fit would be an option for the future since it really has some beefy footprint. Signed-off-by: Dirk Eibach <dirk.eibach@gdsys.cc>
Diffstat (limited to 'include/configs/io.h')
-rw-r--r--include/configs/io.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/configs/io.h b/include/configs/io.h
index 9da6cc6855..649c0fba13 100644
--- a/include/configs/io.h
+++ b/include/configs/io.h
@@ -64,9 +64,14 @@
/*
* Commands additional to the ones defined in amcc-common.h
*/
-#define CONFIG_CMD_CACHE
#define CONFIG_CMD_DTT
+#undef CONFIG_CMD_DHCP
+#undef CONFIG_CMD_DIAG
#undef CONFIG_CMD_EEPROM
+#undef CONFIG_CMD_ELF
+#undef CONFIG_CMD_I2C
+#undef CONFIG_CMD_IRQ
+#undef CONFIG_CMD_NFS
/*
* SDRAM configuration (please see cpu/ppc/sdram.[ch])
OpenPOWER on IntegriCloud