]> git.ipfire.org Git - thirdparty/u-boot.git/commit
configs: tqma6: mba6: add and use defconfigs with general configurations
authorMax Merchel <Max.Merchel@ew.tq-group.com>
Fri, 16 Jan 2026 10:53:37 +0000 (11:53 +0100)
committerFabio Estevam <festevam@nabladev.com>
Sat, 17 Jan 2026 18:02:01 +0000 (15:02 -0300)
commitaa01f4e863f42aed41498c7b0752ae4ae0f1e78d
treea8c3fb3bd52c9a999f6e69836e36900bae19e2e0
parent274dec29d0b524671418eeb63e71ee34d94da0d0
configs: tqma6: mba6: add and use defconfigs with general configurations

Add a common, MMC and SPI defconfigs with the general configurations
and use them in the variant-specific defconfigs.

while at it:

- set BOOTCOMMAND to mmcboot as it is used on majority of other TQ modules
  as the default
- remove DEFAULT_FDT_FILE - The kernel device tree is set at runtime.
- remove CONFIG_CMD_EXT4_WRITE - EXT4 with default features cannot be
  written from U-Boot.
- add CONFIG_FDT_FIXUP_PARTITIONS - This is needed to propagate MTD
  partition setup via devicetree to linux.

Signed-off-by: Paul Gerber <Paul.Gerber@ew.tq-group.com>
Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com>
Signed-off-by: Max Merchel <Max.Merchel@ew.tq-group.com>
configs/tqma6_mba6_common.defconfig [new file with mode: 0644]
configs/tqma6_mba6_mmc.defconfig [new file with mode: 0644]
configs/tqma6_mba6_spi.defconfig [new file with mode: 0644]
configs/tqma6dl_mba6_mmc_defconfig
configs/tqma6dl_mba6_spi_defconfig
configs/tqma6q_mba6_mmc_defconfig
configs/tqma6q_mba6_spi_defconfig
configs/tqma6s_mba6_mmc_defconfig
configs/tqma6s_mba6_spi_defconfig