public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] sim: bfin: fix typo in bf52x ports
@ 2023-12-16  2:42 Michael Frysinger
  0 siblings, 0 replies; only message in thread
From: Michael Frysinger @ 2023-12-16  2:42 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=302bd5bf18271d963c19de328c0bda8d18a97102

commit 302bd5bf18271d963c19de328c0bda8d18a97102
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Fri Dec 15 21:40:42 2023 -0500

    sim: bfin: fix typo in bf52x ports
    
    These should be using the BF52x set of ports, not BF51x.

Diff:
---
 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 7efd1fd5182..92ce85aeb67 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-12-16  2:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-16  2:42 [binutils-gdb] sim: bfin: fix typo in bf52x ports Michael Frysinger

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).