sim: bfin: fix typo in bf52x ports

These should be using the BF52x set of ports, not BF51x.
This commit is contained in:
Mike Frysinger
2023-12-15 21:40:42 -05:00
parent 00383ba6b4
commit 302bd5bf18
+6 -6
View 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