Skip to content

Commit 3aadf9f

Browse files
committed
configs: update dependencies for fireant and disable MMC_PCI
The board/common/uboot/extras.config was updated with CONFIG_MMC_PCI *after* we last built the SparX5i bootloader. Also, we now (Buildroot 2025.02) need libbsd (for some reason) and dtc, of course. Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 2947f09 commit 3aadf9f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Fireant-specific U-Boot config overrides
2+
# Disable PCI MMC since aarch64/sparx5 doesn't have asm/pci.h
3+
# CONFIG_MMC_PCI is not set

configs/fireant_boot_defconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL_INFIX_PATH)/patches"
1111
BR2_INIT_NONE=y
1212
BR2_SYSTEM_BIN_SH_NONE=y
1313
# BR2_PACKAGE_BUSYBOX is not set
14+
BR2_PACKAGE_LIBBSD=y
1415
# BR2_PACKAGE_IFUPDOWN_SCRIPTS is not set
1516
# BR2_TARGET_ROOTFS_TAR is not set
1617
BR2_TARGET_UBOOT=y
@@ -19,5 +20,6 @@ BR2_TARGET_UBOOT_CUSTOM_GIT=y
1920
BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/kernelkit/u-boot.git"
2021
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="c3d9cdcc7d9e3eb490d4036f5eece3fb91a2485c"
2122
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="mscc_fireant_pcb135_emmc"
22-
BR2_TARGET_UBOOT_CONFIG_FRAGMENT_FILES="$(BR2_EXTERNAL_INFIX_PATH)/board/common/uboot/extras.config"
23+
BR2_TARGET_UBOOT_CONFIG_FRAGMENT_FILES="$(BR2_EXTERNAL_INFIX_PATH)/board/common/uboot/extras.config $(BR2_EXTERNAL_INFIX_PATH)/board/aarch64/sparx5-pcb135/uboot/extras.config"
24+
BR2_TARGET_UBOOT_NEEDS_DTC=y
2325
# GNS3_APPLIANCE is not set

0 commit comments

Comments
 (0)