summaryrefslogtreecommitdiffstats
path: root/include/configs/am335x_evm.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-08-20 08:53:47 -0400
committerTom Rini <trini@ti.com>2013-08-28 11:44:58 -0400
commit610af383f13934f039e401e6adbee527ae645b06 (patch)
treef2aff700210d7e254390668535124b3c37a6dda4 /include/configs/am335x_evm.h
parenta7a0640085ac7a47091471034553f9b619053654 (diff)
downloadblackbird-obmc-uboot-610af383f13934f039e401e6adbee527ae645b06.tar.gz
blackbird-obmc-uboot-610af383f13934f039e401e6adbee527ae645b06.zip
am335x_evm: Add comment by SPL SPI support
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/am335x_evm.h')
-rw-r--r--include/configs/am335x_evm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index 5ed1dca2a8..4e6429c7c8 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -240,12 +240,14 @@
#define CONFIG_SPL_ENV_SUPPORT
#define CONFIG_SPL_NET_VCI_STRING "AM335x U-Boot SPL"
+/* SPI flash. */
#define CONFIG_SPL_SPI_SUPPORT
#define CONFIG_SPL_SPI_FLASH_SUPPORT
#define CONFIG_SPL_SPI_LOAD
#define CONFIG_SPL_SPI_BUS 0
#define CONFIG_SPL_SPI_CS 0
#define CONFIG_SYS_SPI_U_BOOT_OFFS 0x20000
+
#define CONFIG_SPL_LDSCRIPT "$(CPUDIR)/am33xx/u-boot-spl.lds"
#ifdef CONFIG_NAND
OpenPOWER on IntegriCloud