Skip to content

Commit

Permalink
uboot-d1: define default BUILD_SUBTARGET
Browse files Browse the repository at this point in the history
As commit 3ce1e4c ("d1: define subtarget specifically") added the
'generic' subtarget, without 'BUILD_SUBTARGET' the correspond U-Boot
package will be no longer selected automatically.

Fixes: 3ce1e4c ("d1: define subtarget specifically")
Signed-off-by: Tianling Shen <[email protected]>
  • Loading branch information
1715173329 authored and robimarko committed Apr 13, 2024
1 parent 291efaf commit 0db68a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/boot/uboot-d1/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ include $(INCLUDE_DIR)/package.mk

define U-Boot/Default
BUILD_TARGET:=d1
BUILD_SUBTARGET:=generic
UBOOT_IMAGE:=u-boot-sunxi-with-spl.bin
UENV:=default
DTS_DIR:=arch/riscv/dts
Expand Down

0 comments on commit 0db68a7

Please sign in to comment.