Skip to content

Commit

Permalink
arm: mvebu: clearfog_*_defconfig: enable fit image and read-only efuse
Browse files Browse the repository at this point in the history
Enable support for booting FIT images requested by a customer.

Enable read-only efuse access with "fuse" command to allow internal
and customer testing of efuse state while preventing accidental changes.

Signed-off-by: Josua Mayer <[email protected]>
  • Loading branch information
Josua-SR committed Aug 20, 2024
1 parent 96e825d commit f459001
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configs/clearfog_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ CONFIG_SYS_LOAD_ADDR=0x800000
CONFIG_PCI=y
CONFIG_DEBUG_UART=y
CONFIG_AHCI=y
CONFIG_FIT=y
CONFIG_DISTRO_DEFAULTS=y
CONFIG_BOOTDELAY=3
CONFIG_USE_PREBOOT=y
Expand All @@ -44,6 +45,7 @@ CONFIG_CMD_PCI=y
CONFIG_CMD_SPI=y
CONFIG_CMD_USB=y
CONFIG_CMD_TFTPPUT=y
CONFIG_CMD_WGET=y
CONFIG_CMD_CACHE=y
CONFIG_CMD_TIME=y
CONFIG_ENV_OVERWRITE=y
Expand Down Expand Up @@ -76,3 +78,5 @@ CONFIG_SYS_NS16550=y
CONFIG_KIRKWOOD_SPI=y
CONFIG_USB=y
CONFIG_USB_XHCI_HCD=y
# CONFIG_SPL_SHA1 is not set
# CONFIG_SPL_SHA256 is not set

0 comments on commit f459001

Please sign in to comment.