Changeset 208b5f5 in mainline for boot/arch/sparc32/src/ambapp.c


Ignore:
Timestamp:
2013-12-29T14:32:55Z (10 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4c14b88, 6fa9a99d, 9be30cdf, aacdb8e
Parents:
2a13328
Message:

cherrypick important fixes and updates from lp:~jceel/helenos/leon3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/sparc32/src/ambapp.c

    r2a13328 r208b5f5  
    110110        amba_devices[0].device_id = GAISLER_APBUART;
    111111        amba_devices[0].version = 1;
    112         amba_devices[0].irq = 2;
     112        amba_devices[0].irq = 3;
    113113        amba_devices[0].bars[0].start = 0x80000100;
    114114        amba_devices[0].bars[0].size = 0x100;
Note: See TracChangeset for help on using the changeset viewer.