Changeset d969a9a in mainline for boot/Makefile.uboot


Ignore:
Timestamp:
2010-06-23T18:57:53Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
21ee6ad4
Parents:
f4660690
Message:

Link gta02 boot stage to the proper base address.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.uboot

    rf4660690 rd969a9a  
    4040
    4141$(POST_OUTPUT): $(BIN_OUTPUT)
    42         $(MKUIMAGE) -name "$(IMAGE_NAME)" -laddr 0x30000000 -saddr 0x30000000 \
     42        $(MKUIMAGE) -name "$(IMAGE_NAME)" -laddr 0x30008000 -saddr 0x30008000 \
    4343    $< $@
    4444
Note: See TracChangeset for help on using the changeset viewer.