Changeset cbb89f2 in mainline
- Timestamp:
- 2017-06-02T15:41:20Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d6be097
- Parents:
- aca642c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/arm32/Makefile.inc
raca642c rcbb89f2 45 45 ifeq ($(MACHINE), raspberrypi) 46 46 BOOT_OUTPUT = image.boot 47 POST_OUTPUT = $(ROOT_PATH)/uImage.bin 47 POST_OUTPUT = $(ROOT_PATH)/uImage.bin 48 48 LADDR = 0x00008000 49 49 SADDR = 0x00008000 50 POSTBUILD = Makefile.uboot 50 POSTBUILD = Makefile.uboot 51 51 endif 52 52
Note:
See TracChangeset
for help on using the changeset viewer.