diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-08-14 16:38:28 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-08-26 10:21:09 +0200 |
commit | 2c1a56309f37ff0eda843acc8ab58d1da8bdc0fa (patch) | |
tree | 9b583d8de03b798bcc4c842fde7ca3434d0d984b /package/u-boot | |
parent | f2ad29e7c05fd249acf58d5523f53ea014b853cf (diff) |
imgtec-ci20: use uImage.gz, boots with defconfig
Diffstat (limited to 'package/u-boot')
-rw-r--r-- | package/u-boot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/u-boot/Makefile b/package/u-boot/Makefile index fa0f1a687..9e2a12bb8 100644 --- a/package/u-boot/Makefile +++ b/package/u-boot/Makefile @@ -143,6 +143,7 @@ ifeq ($(ADK_TARGET_SYSTEM_ROCKPI4_PLUS),y) endif ifeq ($(ADK_TARGET_SYSTEM_IMGTEC_CI20),y) $(CP) $(WRKBUILD)/spl/u-boot-spl.bin $(FW_DIR) + cat ./files/uboot-env.txt.ci20 | PATH='$(HOST_PATH)' mkenvimage -s "32768" -o $(FW_DIR)/uboot-env.bin - endif ifeq ($(ADK_TARGET_SYSTEM_BANANA_PRO),y) $(INSTALL_BIN) ./files/boot.script.bpi $(FW_DIR) |