-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
imx8: Align bootloader compilation to Android 13.0.0_1.2.0
Signed-off-by: Harshesh Valera <[email protected]>
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
...s/platform/device/nxp.git/0002-imx8-Don-t-copy-the-bootloader.img-for-Variscite-bui.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
From 0d7996cd820d96c8d66f9496e928a0e9151ab472 Mon Sep 17 00:00:00 2001 | ||
From: Harshesh Valera <[email protected]> | ||
Date: Tue, 12 Sep 2023 15:45:58 -0700 | ||
Subject: [PATCH 2/2] imx8: Don't copy the bootloader.img for Variscite builds | ||
|
||
--- | ||
common/build/uboot.mk | 1 - | ||
1 file changed, 1 deletion(-) | ||
|
||
diff --git a/common/build/uboot.mk b/common/build/uboot.mk | ||
index 4e15dab1..2ad6026f 100644 | ||
--- a/common/build/uboot.mk | ||
+++ b/common/build/uboot.mk | ||
@@ -150,7 +150,6 @@ $(UBOOT_BIN): $(UBOOTENVSH) | $(UBOOT_COLLECTION) $(UBOOT_OUT) | ||
.PHONY: bootloader $(UBOOT_BIN) $(UBOOTENVSH) | ||
|
||
bootloader: $(UBOOT_BIN) | ||
- cp -fp $(UBOOT_COLLECTION)/$(BOARD_OTA_BOOTLOADERIMAGE) $(PRODUCT_OUT)/bootloader.img | ||
|
||
ifneq ($(TARGET_UBOOT_ENV),) | ||
$(UBOOT_ENV_OUT): $(TARGET_UBOOT_ENV) | $(UBOOT_BIN) | ||
-- | ||
2.25.1 | ||
|