public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: gdb-patches@sourceware.org
Subject: [PATCH/committed] sim: bfin: fix typo in bf52x ports
Date: Fri, 15 Dec 2023 21:42:10 -0500	[thread overview]
Message-ID: <20231216024210.31427-1-vapier@gentoo.org> (raw)

These should be using the BF52x set of ports, not BF51x.
---
 sim/bfin/machs.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/sim/bfin/machs.c b/sim/bfin/machs.c
index 7efd1fd5182b..92ce85aeb676 100644
--- a/sim/bfin/machs.c
+++ b/sim/bfin/machs.c
@@ -497,12 +497,12 @@ static const struct bfin_port_layout bf52x_port[] =
   SIC (1, 21, "bfin_usb",          "int1"),
   SIC (1, 22, "bfin_usb",          "int2"),
 };
-#define bf522_port bf51x_port
-#define bf523_port bf51x_port
-#define bf524_port bf51x_port
-#define bf525_port bf51x_port
-#define bf526_port bf51x_port
-#define bf527_port bf51x_port
+#define bf522_port bf52x_port
+#define bf523_port bf52x_port
+#define bf524_port bf52x_port
+#define bf525_port bf52x_port
+#define bf526_port bf52x_port
+#define bf527_port bf52x_port
 
 #define bf531_chipid 0x27a5
 #define bf532_chipid bf531_chipid
-- 
2.43.0


                 reply	other threads:[~2023-12-16  2:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231216024210.31427-1-vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).