-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: rknext: add a pending BL32 enablement patch
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
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,18 @@ | ||
From 0000000000000000000000000000000000000000 Tue Nov 12 9:01:24 2024 | ||
From: bsp <[email protected]> | ||
Date: Tue, 12 Nov 2024 05:01:24 +0800 | ||
Subject: [PATCH] enable package bl32 | ||
|
||
diff --git a/arch/arm/mach-rockchip/make_fit_atf.sh b/arch/arm/mach-rockchip/make_fit_atf.sh | ||
index 045273e3..32ef33b8 100755 | ||
--- a/arch/arm/mach-rockchip/make_fit_atf.sh | ||
+++ b/arch/arm/mach-rockchip/make_fit_atf.sh | ||
@@ -10,7 +10,7 @@ source ./${srctree}/arch/arm/mach-rockchip/fit_nodes.sh | ||
gen_header | ||
gen_uboot_node | ||
gen_bl31_node | ||
-#gen_bl32_node | ||
+gen_bl32_node | ||
gen_mcu_node | ||
gen_loadable_node | ||
gen_kfdt_node |