Changeset de3db94a in mainline for kernel/arch/ppc32/src/ppc32.c


Ignore:
Timestamp:
2012-03-02T15:12:01Z (12 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
71232af
Parents:
dabbe28
Message:

map OpenFirmware device tree into sysinfo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ppc32/src/ppc32.c

    rdabbe28 rde3db94a  
    173173                ofw_tree_walk_by_device_type("display", display_register, NULL);
    174174#endif
     175                /* Map OFW information into sysinfo */
     176                ofw_sysinfo_map();
    175177               
    176178                /* Initialize IRQ routing */
Note: See TracChangeset for help on using the changeset viewer.