|
@@ -5,7 +5,7 @@
|
|
################################################################################
|
|
################################################################################
|
|
|
|
|
|
# Commit on the 'starfive' branch
|
|
# Commit on the 'starfive' branch
|
|
-BEAGLEV_DDRINIT_VERSION = c0839f25246d9e308c23498d344ca13d8a7ad6ed
|
|
|
|
|
|
+BEAGLEV_DDRINIT_VERSION = 8d6318acfe71e790c983b34448c9abfcfcec3ed8
|
|
BEAGLEV_DDRINIT_SITE = $(call github,starfive-tech,beagle_ddrinit,$(BEAGLEV_DDRINIT_VERSION))
|
|
BEAGLEV_DDRINIT_SITE = $(call github,starfive-tech,beagle_ddrinit,$(BEAGLEV_DDRINIT_VERSION))
|
|
BEAGLEV_DDRINIT_INSTALL_TARGET = NO
|
|
BEAGLEV_DDRINIT_INSTALL_TARGET = NO
|
|
BEAGLEV_DDRINIT_INSTALL_IMAGES = YES
|
|
BEAGLEV_DDRINIT_INSTALL_IMAGES = YES
|
|
@@ -15,7 +15,7 @@ BEAGLEV_DDRINIT_LICENSE_FILES = LICENSE
|
|
|
|
|
|
define BEAGLEV_DDRINIT_BUILD_CMDS
|
|
define BEAGLEV_DDRINIT_BUILD_CMDS
|
|
$(MAKE) -C $(@D)/build \
|
|
$(MAKE) -C $(@D)/build \
|
|
- CROSSCOMPILE=$(HOST_DIR)/bin/riscv64-unknown-elf- \
|
|
|
|
|
|
+ CROSS_COMPILE=$(HOST_DIR)/bin/riscv64-unknown-elf- \
|
|
SUFFIX=buildroot \
|
|
SUFFIX=buildroot \
|
|
GIT_VERSION=$(BEAGLEV_DDRINIT_VERSION)
|
|
GIT_VERSION=$(BEAGLEV_DDRINIT_VERSION)
|
|
endef
|
|
endef
|