Changeset f92976f in mainline for boot/arch/arm32/Makefile.inc


Ignore:
Timestamp:
2012-09-16T18:34:23Z (13 years ago)
Author:
Matteo Facchinetti <facmatteo@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0210967
Parents:
68c2e32
Message:

arm32: Add build configuration and main skeleton for start BeagleBone porting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/arm32/Makefile.inc

    r68c2e32 rf92976f  
    3535endif
    3636
    37 ifeq ($(MACHINE), beagleboardxm)
     37ifeq ($(MACHINE), $(filter $(MACHINE),beagleboardxm beaglebone))
    3838        BOOT_OUTPUT = image.boot
    3939        POST_OUTPUT = $(ROOT_PATH)/uImage.bin
Note: See TracChangeset for help on using the changeset viewer.