Changeset 928d983 in mainline


Ignore:
Timestamp:
2010-06-21T21:55:21Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bc58e2b
Parents:
7c866dc
Message:

Add mkuimage tool. Build uImage for gta02.

Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    r7c866dc r928d983  
    5555MKTMPFS = $(TOOLS_PATH)/mktmpfs.py
    5656MKFAT = $(TOOLS_PATH)/mkfat.py
     57MKUIMAGE = $(TOOLS_PATH)/mkuimage.py
    5758
    5859JOBFILE = $(ROOT_PATH)/tools/jobfile.py
  • boot/arch/arm32/Makefile.inc

    r7c866dc r928d983  
    2727#
    2828
     29ifeq ($(MACHINE), gta02)
     30        BOOT_OUTPUT = image.boot
     31        POST_OUTPUT = $(ROOT_PATH)/uImage.bin
     32        POSTBUILD = Makefile.uboot
     33endif
     34
    2935BFD_NAME = elf32-littlearm
    3036BFD_OUTPUT = $(BFD_NAME)
Note: See TracChangeset for help on using the changeset viewer.