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

Sam Protsenko semen.protsenko at linaro.org
Fri Feb 26 20:46:10 CET 2016


On Fri, Feb 19, 2016 at 9:25 PM, Semen Protsenko
<semen.protsenko at linaro.org> wrote:
> 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
>

Consider this patch abandoned as new version was sent aside from this patchset:
http://lists.denx.de/pipermail/u-boot/2016-February/246744.html


More information about the U-Boot mailing list