]> git.ipfire.org Git - thirdparty/qemu.git/commit
ppc/pegasos2: Fix reg property of ROM BARs
authorBALATON Zoltan <balaton@eik.bme.hu>
Wed, 19 Jul 2023 00:32:55 +0000 (02:32 +0200)
committerDaniel Henrique Barboza <danielhb413@gmail.com>
Fri, 4 Aug 2023 13:50:19 +0000 (10:50 -0300)
commitaa1133475e0fdea0ab7d994c0a62b74d575cfcce
treedb29cb9f061330b50c0a2bde2c232042416c1cf8
parent19ac7b29f81196dc20c9d97cf36f9004fa7e60c4
ppc/pegasos2: Fix reg property of ROM BARs

The register offset of the ROM BAR is 0x30 not 0x28. This fixes the
reg property entry of the ROM region in the device tree.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Message-ID: <6abd73b1211f9d0776dfa5d71d6294f17eecb426.1689725688.git.balaton@eik.bme.hu>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
hw/ppc/pegasos2.c