summaryrefslogtreecommitdiffstats
path: root/include/configs/am335x_evm.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2015-03-09 12:40:36 -0400
committerTom Rini <trini@konsulko.com>2015-03-13 09:26:45 -0400
commitfb1bf40838477537fb77bb591335c7aa7f90e8d5 (patch)
treec49d42575e3da3bb8a0ae44ea57222e537e340b8 /include/configs/am335x_evm.h
parentb79dadf846e5e140e261bbfa4decd024357702d7 (diff)
downloadtalos-obmc-uboot-fb1bf40838477537fb77bb591335c7aa7f90e8d5.tar.gz
talos-obmc-uboot-fb1bf40838477537fb77bb591335c7aa7f90e8d5.zip
am335x_evm_usbspl: Remove other SPL modes
The purpose of this build target is to do SPL over USB RNDIS. We remove YMODEM, MMC and NAND (and re-set ENV to be built-in) as when those are needed we can use the other build targets. This brings us well under size limit again. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/am335x_evm.h')
-rw-r--r--include/configs/am335x_evm.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index f1c270c939..a87059c543 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -340,6 +340,12 @@
#endif /* CONFIG_MUSB_GADGET */
#if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_USBETH_SUPPORT)
+/* Remove other SPL modes. */
+#undef CONFIG_SPL_YMODEM_SUPPORT
+#undef CONFIG_SPL_NAND_SUPPORT
+#undef CONFIG_SPL_MMC_SUPPORT
+#define CONFIG_ENV_IS_NOWHERE
+#undef CONFIG_ENV_IS_IN_NAND
/* disable host part of MUSB in SPL */
#undef CONFIG_MUSB_HOST
/* disable EFI partitions and partition UUID support */
OpenPOWER on IntegriCloud