Changes in v2: - Renamed the defconfig to match "maker-model" style - Use the default env offset and size - Disable redundant env to have U-Boot and env fit into first MB of SPI-Flash - Remove unused config options (SPI_BOOT, CMD_RTC, SPI_FLASH_BAR, USB_ETHER_...) - Update mtdparts layout to reflect new environment layout
This series adds a defconfig for the NetCube Systems Kumquat and fixes and issue with setup_environment ignoring the mac-address loaded using nvmem-cells Note: This series is based on U-Boot's `next` branch because it depends on the `sun8i-v3s-netcube-kumquat.dts` device tree, which was recently synced from upstream Linux and is not yet available in `master`. Signed-off-by: Lukas Schmid <lukas.sch...@netcube.li> --- Lukas Schmid (2): sunxi: setup_environment: do not generate a MAC address when one is set using nvmem-cells configs: add support for NetCube Systems Kumquat board/sunxi/board.c | 15 ++++++++++- configs/netcube_kumquat_defconfig | 45 +++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+), 1 deletion(-) create mode 100644 configs/netcube_kumquat_defconfig -- 2.39.5