Skip to content

Commit

Permalink
bsp: u-boot-fio: imx8mm-lpddr4-evk: rename options as in 2022.04
Browse files Browse the repository at this point in the history
U-boot imx-2022.04 has a lot of renamed options. Fix configs
accordingly.

Signed-off-by: Oleksandr Suvorov <[email protected]>
  • Loading branch information
MrCry0 authored and ricardosalveti committed Aug 25, 2022
1 parent e40e5ea commit 2802865
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ CONFIG_SPL_FIT=y
CONFIG_SPL_FIT_SIGNATURE=y
CONFIG_SPL_LOAD_FIT=y
# CONFIG_SPL_FIT_IMAGE_TINY is not set
CONFIG_SPL_CRYPTO_SUPPORT=y
CONFIG_SPL_HASH_SUPPORT=y
CONFIG_SPL_CRYPTO=y
CONFIG_SPL_HASH=y
CONFIG_RSA=y
CONFIG_HASH=y
# CONFIG_SPL_LEGACY_IMAGE_SUPPORT is not set
# CONFIG_SPL_EFI_PARTITION is not set
# CONFIG_SPL_PARTITION_UUIDS is not set
# CONFIG_SPL_DOS_PARTITION is not set
# CONFIG_SPL_DM_USB is not set
# CONFIG_SPL_USB_HOST_SUPPORT is not set
# CONFIG_SPL_USB_HOST is not set
# CONFIG_SPL_USB_GADGET is not set
# CONFIG_SPL_USB_SDP_SUPPORT is not set
# CONFIG_CMD_DEKBLOB is not set
CONFIG_OF_LIBFDT_OVERLAY=y
CONFIG_FIT=y
CONFIG_SPL_WATCHDOG_SUPPORT=y
CONFIG_SPL_WATCHDOG=y
CONFIG_FIT_SIGNATURE=y
CONFIG_FIT_SIGNATURE_STRICT=y
CONFIG_SPL_FIT_SIGNATURE=y
Expand Down

0 comments on commit 2802865

Please sign in to comment.