[U-Boot] [PATCH 3/3] defconfig: Add dra7xx_evm_android_defconfig

Semen Protsenko semen.protsenko at linaro.org
Fri Feb 19 20:25:33 CET 2016


From: Sam Protsenko <semen.protsenko at linaro.org>

Add defconfig for DRA7XX EVM board intended for Android build.
This defconfig was derived from configs/dra7xx_evm_defconfig. The only
difference for now is that this new config exports Android partition
table via $partitions variable.

Signed-off-by: Sam Protsenko <semen.protsenko at linaro.org>
---
 configs/dra7xx_evm_android_defconfig | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 configs/dra7xx_evm_android_defconfig

diff --git a/configs/dra7xx_evm_android_defconfig b/configs/dra7xx_evm_android_defconfig
new file mode 100644
index 0000000..1e5960b
--- /dev/null
+++ b/configs/dra7xx_evm_android_defconfig
@@ -0,0 +1,17 @@
+CONFIG_ARM=y
+CONFIG_OMAP54XX=y
+CONFIG_TARGET_DRA7XX_EVM=y
+CONFIG_SPL_STACK_R_ADDR=0x82000000
+CONFIG_SPL=y
+CONFIG_SPL_STACK_R=y
+# CONFIG_CMD_IMLS is not set
+# CONFIG_CMD_FLASH is not set
+CONFIG_CMD_GPIO=y
+# CONFIG_CMD_SETEXPR is not set
+# CONFIG_CMD_NFS is not set
+CONFIG_SPI_FLASH=y
+CONFIG_SPI_FLASH_BAR=y
+CONFIG_SPI_FLASH_SPANSION=y
+CONFIG_SYS_NS16550=y
+CONFIG_TI_QSPI=y
+CONFIG_ANDROID_BOOT=y
-- 
2.7.0



More information about the U-Boot mailing list