RE: [EXT] [PATCH v5 1/2] board: kontron: add sl28 support

2020-08-26 Thread Kuldeep Singh
> +/* environment */ > +/* allow to overwrite serial and ethaddr */ #define > +CONFIG_ENV_OVERWRITE [...] Hi Michael, CONFIG_ENV_OVERWRITE is now converted to Kconfig option and has been moved to defconfigs. Adam Ford has a patch doing that and is available in latest master. -Kuldeep

[PATCH v5 1/2] board: kontron: add sl28 support

2020-08-25 Thread Michael Walle
Add basic support for the Kontron SMARC-sAL28 board. This includes just the bare minimum to be able to bring up the board and boot linux. For now, the Single and Dual PHY variant is supported. Other variants will fall back to the basic variant. In particular, there is no watchdog support for now.