Skip to content

Commit

Permalink
configs/roc_pc_rk3399: enable OpenSSL for U-Boot
Browse files Browse the repository at this point in the history
Enable OpenSSL to build U-boot. Reported by the daily autobuild.

Fixes:

  https://gitlab.com/buildroot.org/buildroot/-/jobs/5083367140

Signed-off-by: Roberto Medina <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
  • Loading branch information
robertoxmed authored and tpetazzoni committed Sep 20, 2023
1 parent 60fad66 commit ec3b960
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/roc_pc_rk3399_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2022.04"
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="roc-pc-rk3399"
BR2_TARGET_UBOOT_NEEDS_DTC=y
BR2_TARGET_UBOOT_NEEDS_PYTHON3=y
BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
BR2_TARGET_UBOOT_NEEDS_ATF_BL31=y
BR2_TARGET_UBOOT_NEEDS_ATF_BL31_ELF=y
BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
Expand Down

0 comments on commit ec3b960

Please sign in to comment.