Skip to content

Commit

Permalink
opensbi: allow building on upcoming d1 target
Browse files Browse the repository at this point in the history
U-boot on D1 also uses OpenSBI as its payload. As the current version of
OpenSBI already supports D1 with no further patches required, allow
building it on the upcoming TARGET_d1 too.

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
  • Loading branch information
wigyori authored and pull[bot] committed Apr 13, 2024
1 parent e5e0e1d commit e889b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/boot/opensbi/Makefile
Expand Up @@ -29,7 +29,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/opensbi
SECTION:=boot
CATEGORY:=Boot Loaders
DEPENDS:=@TARGET_sifiveu
DEPENDS:=@(TARGET_sifiveu||TARGET_d1)
URL:=https://github.com/riscv/opensbi/blob/master/README.md
VARIANT:=$(subst _,/,$(subst opensbi_,,$(1)))
TITLE:=OpenSBI generic
Expand Down

0 comments on commit e889b80

Please sign in to comment.