Changeset 2df8561 in mainline for boot/Makefile.uboot


Ignore:
Timestamp:
2012-03-13T20:21:32Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d7c801bb
Parents:
d1714e8
Message:

boot: Makefile.uboot takes laddr and saddr from outside. beagleboardxm uses Makefile.uboot

Only include services that are useful for the machine that is built.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.uboot

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