Skip to content

Commit

Permalink
uboot: forcefully update ethaddr environment
Browse files Browse the repository at this point in the history
Added an update path that allows boards to reload their ethaddr
environment. This allows boards to automatically pickup the address when
its been burned into EEPROM. (This enables v2.4 to potentially also get
updated with new OUI assigned adresses)
  • Loading branch information
svenrademakers committed Aug 8, 2024
1 parent cc757df commit 67d7105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tp2bmc/configs/tp2bmc_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
BR2_TARGET_UBOOT_CUSTOM_GIT=y
BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/turing-machines/u-boot.git"
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="b2ae364c5f774bd164a8ec4a4afc6488806e0bff"
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="540468d5d61505b1f21e1fb753c55b81ea634b00"
BR2_TARGET_UBOOT_USE_CUSTOM_CONFIG=y
BR2_TARGET_UBOOT_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_TP2BMC_PATH)/board/tp2bmc/uboot_defconfig"
BR2_TARGET_UBOOT_NEEDS_DTC=y
Expand Down

0 comments on commit 67d7105

Please sign in to comment.