[U-Boot] [PATCH v2 1/4] arm: am57xx: cl-som-am57x: add initial board support

Tom Rini trini at konsulko.com
Mon Dec 5 16:28:52 CET 2016


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

> From: Dmitry Lifshitz <lifshitz at 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 <lifshitz at compulab.co.il>
> [uri.mashiach at compulab.co.il: Adjust to v2016.11]
> Signed-off-by: Uri Mashiach <uri.mashiach at compulab.co.il>
> Acked-by: Igor Grinberg <grinberg at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20161205/c3822474/attachment.sig>


More information about the U-Boot mailing list