mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
I accidently set props[0] twice instead of going through both elements.
Signed-off-by: Alexander Graf <agraf@suse.de> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@647 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -418,8 +418,8 @@ escc_add_channel(const char *path, const char *node, uint32_t addr,
|
||||
OLDWORLD(set_property(dnode, "AAPL,interrupts",
|
||||
(char *)&props, 1 * sizeof(cell)));
|
||||
|
||||
props[0] = 0;
|
||||
props[0] = (0x24) + offset;
|
||||
props[1] = 0;
|
||||
NEWWORLD(set_property(dnode, "interrupts",
|
||||
(char *)&props, 2 * sizeof(cell)));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user