Skip to content

Commit

Permalink
fix chip name
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharelter committed Oct 31, 2024
1 parent a3b7d3a commit bd7a3d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configs/licheervnano/patches/fsbl/0002-add-debug-mode.patch
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Date: Thu, 18 Apr 2024 13:38:27 +0000
Subject: [PATCH] add debug mode

---
plat/sg200x/bl2/bl2_opt.c | 15 +++++++++++++++
plat/cv181x/bl2/bl2_opt.c | 15 +++++++++++++++
1 file changed, 15 insertions(+)

diff --git a/plat/sg200x/bl2/bl2_opt.c b/plat/sg200x/bl2/bl2_opt.c
diff --git a/plat/cv181x/bl2/bl2_opt.c b/plat/cv181x/bl2/bl2_opt.c
index c73fa55..013d5de 100644
--- a/plat/sg200x/bl2/bl2_opt.c
+++ b/plat/sg200x/bl2/bl2_opt.c
--- a/plat/cv181x/bl2/bl2_opt.c
+++ b/plat/cv181x/bl2/bl2_opt.c
@@ -419,6 +419,21 @@ retry_from_flash:

switch_rtc_mode_2nd_stage();
Expand Down

0 comments on commit bd7a3d1

Please sign in to comment.