summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-02-26 15:43:22 -0500
committerTom Rini <trini@ti.com>2013-03-08 16:41:12 -0500
commit98bc1228c800005e7addf95632e23079a236e5f5 (patch)
tree923307b0685f778e174b03d22792aa3a087f05ea /include
parenta32f42f65d30fc2ac15fb14e00779db5bc780153 (diff)
downloadblackbird-obmc-uboot-98bc1228c800005e7addf95632e23079a236e5f5.tar.gz
blackbird-obmc-uboot-98bc1228c800005e7addf95632e23079a236e5f5.zip
am335x_evm: Add am335x_evm_usbspl build target
We add USB (RNDIS gadget) SPL support as a separate target. We need to pull out YMODEM support in order to be a small enough target binary. Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/am335x_evm.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index 630cd4841d..35a71ca680 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -365,11 +365,9 @@
/* disable host part of MUSB in SPL */
#undef CONFIG_MUSB_HOST
/*
- * Disable UART, CPSW ethernet support and extra environment settings so we
- * will fit within 101KiB.
+ * Disable CPSW SPL support so we fit within the 101KiB limit.
*/
#undef CONFIG_SPL_ETH_SUPPORT
-#undef CONFIG_SPL_YMODEM_SUPPORT
#endif
/*
OpenPOWER on IntegriCloud