Changeset 0ab362c in mainline for boot/arch/arm32/Makefile.inc
- Timestamp:
- 2012-11-22T14:36:04Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e32720ff
- Parents:
- 1f7753a (diff), 0f2c80a (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
r1f7753a r0ab362c 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), beagleboardxm) 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)) -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 56 $(USPACE_PATH)/srv/hw/char/s3c24xx_uart/s3c24xx_uart 57 endif 46 58 59 ifeq ($(MACHINE), gxemul) 47 60 RD_SRVS_NON_ESSENTIAL += \ 48 61 $(USPACE_PATH)/srv/bd/gxe_bd/gxe_bd 62 endif 63 64 RD_DRVS += \ 65 infrastructure/rootamdm37x \ 66 bus/usb/ehci \ 67 bus/usb/ohci \ 68 bus/usb/usbflbk \ 69 bus/usb/usbhub \ 70 bus/usb/usbhid \ 71 bus/usb/usbmast \ 72 bus/usb/usbmid 49 73 50 74 SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.