mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
23
boot/sun20i-d1-spl/sun20i-d1-spl.mk
Normal file
23
boot/sun20i-d1-spl/sun20i-d1-spl.mk
Normal file
@@ -0,0 +1,23 @@
|
||||
################################################################################
|
||||
#
|
||||
# sun20i-d1-spl
|
||||
#
|
||||
################################################################################
|
||||
|
||||
# Commit on the 'mainline' branch
|
||||
SUN20I_D1_SPL_VERSION = 882671fcf53137aaafc3a94fa32e682cb7b921f1
|
||||
SUN20I_D1_SPL_SITE = $(call github,smaeul,sun20i_d1_spl,$(SUN20I_D1_SPL_VERSION))
|
||||
SUN20I_D1_SPL_INSTALL_TARGET = NO
|
||||
SUN20I_D1_SPL_INSTALL_IMAGES = YES
|
||||
SUN20I_D1_SPL_LICENSE = GPL-2.0+
|
||||
|
||||
define SUN20I_D1_SPL_BUILD_CMDS
|
||||
$(MAKE) -C $(@D) CROSS_COMPILE="$(TARGET_CROSS)" p=sun20iw1p1 mmc
|
||||
endef
|
||||
|
||||
define SUN20I_D1_SPL_INSTALL_IMAGES_CMDS
|
||||
$(INSTALL) -D -m 0644 $(@D)/nboot/boot0_sdcard_sun20iw1p1.bin \
|
||||
$(BINARIES_DIR)/boot0_sdcard_sun20iw1p1.bin
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user