
On Thu, Feb 21, 2019 at 10:13:43AM +0000, Martyn Welch wrote:
From: Sjoerd Simons sjoerd.simons@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@collabora.co.uk Signed-off-by: Martyn Welch martyn.welch@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!