[U-Boot] [PATCH 3/3] am335x, guardian: Add support for the bosch guardian board

Tom Rini trini at konsulko.com
Fri Feb 22 03:37:12 UTC 2019


On Thu, Feb 21, 2019 at 10:13:43AM +0000, Martyn Welch wrote:

> From: Sjoerd Simons <sjoerd.simons at collabora.co.uk>
> 
> Add support for the Bosch Guardian board.
> 
> CPU  : AM335X-GP rev 2.1
> Model: Bosch AM335x Guardian
> I2C:   ready
> DRAM:  256 MiB
> NAND:  512 MiB
> MMC:   OMAP SD/MMC: 0
> 
> Signed-off-by: Sjoerd Simons <sjoerd.simons at collabora.co.uk>
> Signed-off-by: Martyn Welch <martyn.welch at collabora.com>
[snip]
> +/* SPL */
> +
> +/* Bootcount using the RTC block */
> +#define CONFIG_SYS_BOOTCOUNT_LE
> +
> +#if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_USB_ETHER)
> +/* Remove other SPL modes. */
> +/* disable host part of MUSB in SPL */
> +#undef CONFIG_MUSB_HOST
> +/* disable EFI partitions and partition UUID support */
> +#endif

There's some uplifting cleanup still to be done here.  Do you even have
SPL_USB_ETHER support?  But regardless CONFIG_MUSB_HOST isn't even a
symbol now.  Please drop this and then give the config.h file itself a
good hard read for other bits like this, or things that should be in the
defconfig file now, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190221/d4a3961c/attachment.sig>


More information about the U-Boot mailing list