Skip to content

Commit

Permalink
fix u-boot-rockchip compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
maurerr committed Jul 20, 2024
1 parent 382c90c commit cfe51c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/u-boot.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PKG_SOURCE_URL = \
https://github.com/Kwiboo/u-boot-rockchip/archive/refs/heads/
endif

PKG_BUILD_DIR = $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
PKG_BUILD_DIR = $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-rockchip-$(PKG_VERSION)

PKG_TARGETS := bin
PKG_FLAGS:=nonshared
Expand Down
2 changes: 1 addition & 1 deletion target/linux/rockchip/image/armv8.mk
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ define Device/radxa_zero-3e
DEVICE_MODEL := ZERO 3E
SOC := rk3566
DEVICE_DTS := rockchip/rk3566-radxa-zero-3e
UBOOT_DEVICE_NAME := radxa-zero-3e-rk3566
UBOOT_DEVICE_NAME := radxa-zero-3-rk3566
endef
TARGET_DEVICES += radxa_zero-3e

Expand Down

0 comments on commit cfe51c9

Please sign in to comment.