Changeset a44ae3dd in mainline for tools/mkuimage.py


Ignore:
Timestamp:
2012-04-01T19:06:55Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
79e84c9
Parents:
d5f99e6
Message:

mkuimage: Claim that we are NetBSD instead of Linux.

Booting Linux has special code in the U-Boot.
Fixes boot using generated uImage.bin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/mkuimage.py

    rd5f99e6 ra44ae3dd  
    120120        header.start_addr = start_addr  # Address of entry point
    121121        header.data_crc = data_crc
    122         header.os = 5                   # Linux
     122        header.os = 2                   # NetBSD
    123123        header.arch = 2                 # ARM
    124124        header.img_type = 2             # Kernel
Note: See TracChangeset for help on using the changeset viewer.