Changeset 25eec4e in mainline for boot/arch/arm32/Makefile.inc
- Timestamp:
- 2013-04-19T18:38:18Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6d717a4
- Parents:
- a1e2df13 (diff), 289cb7dd (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/arm32/Makefile.inc
ra1e2df13 r25eec4e 30 30 BOOT_OUTPUT = image.boot 31 31 POST_OUTPUT = $(ROOT_PATH)/uImage.bin 32 LADDR = 0x30008000 33 SADDR = 0x30008000 34 POSTBUILD = Makefile.uboot 35 endif 36 37 ifeq ($(MACHINE), $(filter $(MACHINE),beagleboardxm beaglebone)) 38 BOOT_OUTPUT = image.boot 39 POST_OUTPUT = $(ROOT_PATH)/uImage.bin 40 LADDR = 0x80000000 41 SADDR = 0x80000000 32 42 POSTBUILD = Makefile.uboot 33 43 endif … … 39 49 BITS = 32 40 50 ENDIANESS = LE 41 EXTRA_CFLAGS = -march= armv451 EXTRA_CFLAGS = -march=$(subst _,-,$(PROCESSOR_ARCH)) -mno-unaligned-access 42 52 53 ifeq ($(MACHINE), gta02) 43 54 RD_SRVS_ESSENTIAL += \ 44 55 $(USPACE_PATH)/srv/hid/s3c24xx_ts/s3c24xx_ts \ 45 $(USPACE_PATH)/srv/hw/char/s3c24xx_uart/s3c24xx_uart 56 $(USPACE_PATH)/srv/hw/char/s3c24xx_uart/s3c24ser 57 endif 46 58 47 RD_SRVS_NON_ESSENTIAL += \ 48 $(USPACE_PATH)/srv/bd/gxe_bd/gxe_bd 59 RD_DRVS += \ 60 infrastructure/rootamdm37x \ 61 fb/amdm37x_dispc \ 62 bus/usb/ehci \ 63 bus/usb/ohci \ 64 bus/usb/usbflbk \ 65 bus/usb/usbhub \ 66 bus/usb/usbhid \ 67 bus/usb/usbmast \ 68 bus/usb/usbmid 49 69 50 70 SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.