projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9468253
)
opensbi: drop sifive-fu540 variant
author
Zoltan HERPAI
<wigyori@uid0.hu>
Mon, 23 May 2022 23:20:19 +0000
(
01:20
+0200)
committer
Zoltan HERPAI
<wigyori@uid0.hu>
Mon, 23 May 2022 23:20:19 +0000
(
01:20
+0200)
All uboot-sifiveu devices use the -generic variant.
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
package/boot/opensbi/Makefile
patch
|
blob
|
history
diff --git
a/package/boot/opensbi/Makefile
b/package/boot/opensbi/Makefile
index 2d790335a58086825f971066f66651ffef15034e..7e5287bb54cafd2edb2d30f6a8e478b9b43f463b 100644
(file)
--- a/
package/boot/opensbi/Makefile
+++ b/
package/boot/opensbi/Makefile
@@
-44,13
+44,6
@@
define Package/opensbi_generic
PLAT:=generic
endef
-define Package/opensbi_sifive-fu540
- $(Package/opensbi)
- TITLE:=OpenSBI for SiFive Unleashed (FU540)
- OPENSBI_IMAGE:=fw_dynamic.bin
- PLAT:=sifive/fu540
-endef
-
export GCC_HONOUR_COPTS=s
MAKE_VARS = \
@@
-68,4
+61,3
@@
define Build/InstallDev
endef
$(eval $(call BuildPackage,opensbi_generic))
-$(eval $(call BuildPackage,opensbi_sifive-fu540))