Changeset 2df8561 in mainline for boot/Makefile.uboot
- Timestamp:
- 2012-03-13T20:21:32Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d7c801bb
- Parents:
- d1714e8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.uboot
rd1714e8 r2df8561 40 40 41 41 $(POST_OUTPUT): $(BIN_OUTPUT) 42 $(MKUIMAGE) -name "$(IMAGE_NAME)" -laddr 0x30008000 -saddr 0x30008000$< $@42 $(MKUIMAGE) -name "$(IMAGE_NAME)" -laddr $(LADDR) -saddr $(SADDR) $< $@ 43 43 44 44 clean:
Note:
See TracChangeset
for help on using the changeset viewer.