On Mon, Dec 05, 2016 at 10:27:55AM +0200, Uri Mashiach wrote:

> From: Dmitry Lifshitz <lifsh...@compulab.co.il>
> 
> Features supported :
> 
> * Serial console
> * SPI Flash
> * MMC/SD Card
> * eMMC storage
> * SATA
> * PCA9555 - GPIO expander over I2C5 bus
> * USB
> 
> Use spl alternate boot device feature to define fallback to
> the main boot device as it is defined by hardware.
> 
> Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il>
> [uri.mashi...@compulab.co.il: Adjust to v2016.11]
> Signed-off-by: Uri Mashiach <uri.mashi...@compulab.co.il>
> Acked-by: Igor Grinberg <grinb...@compulab.co.il>
[snip]
> +++ b/configs/cl-som-am57x_defconfig
> @@ -0,0 +1,41 @@
> +CONFIG_ARM=y
> +CONFIG_OMAP54XX=y
> +# CONFIG_SPL_NAND_SUPPORT is not set
> +CONFIG_TARGET_CL_SOM_AM57X=y
> +CONFIG_VERSION_VARIABLE=y
> +CONFIG_SPL=y
> +CONFIG_HUSH_PARSER=y
> +CONFIG_CMD_BOOTZ=y

Are you intentionally not enabling the generic distro framework?

[snip]
> +++ b/include/configs/cl-som-am57x.h
[snip]
> +/* SPI SPL defines */
> +#undef CONFIG_SPL_OS_BOOT

This isn't needed, it's moved to Kconfig and defaults to off.

Thanks!

-- 
Tom

Attachment: signature.asc
Description: Digital signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to