Changeset 5711f6e in mainline for boot/Makefile.uboot


Ignore:
Timestamp:
2012-09-19T21:44:01Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
40ad375
Parents:
3896974
Message:

Add configuration option to select uImage os type

NetBSD stage 2 for beagleboardxm, Linux for everything else.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.uboot

    r3896974 r5711f6e  
    4040
    4141$(POST_OUTPUT): $(BIN_OUTPUT)
    42         $(MKUIMAGE) -name "$(IMAGE_NAME)" -laddr $(LADDR) -saddr $(SADDR) $< $@
     42        $(MKUIMAGE) -name "$(IMAGE_NAME)" -laddr $(LADDR) -saddr $(SADDR) -ostype $(UIMAGE_OS) $< $@
    4343
    4444clean:
Note: See TracChangeset for help on using the changeset viewer.