]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
sim: bfin: fix typo in bf52x ports
authorMike Frysinger <vapier@gentoo.org>
Sat, 16 Dec 2023 02:40:42 +0000 (21:40 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sat, 16 Dec 2023 02:41:07 +0000 (21:41 -0500)
These should be using the BF52x set of ports, not BF51x.

sim/bfin/machs.c

index 7efd1fd5182b9316dd3deb60cc7680962f8aae89..92ce85aeb676e11134ff8ad77a3dc5402ec91d78 100644 (file)
@@ -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