Changes in boot/arch/arm32/Makefile.inc [8f9d70b:29a3886] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/arm32/Makefile.inc
r8f9d70b r29a3886 43 43 endif 44 44 45 ifeq ($(MACHINE), raspberrypi)46 BOOT_OUTPUT = image.boot47 POST_OUTPUT = $(ROOT_PATH)/uImage.bin48 LADDR = 0x0000800049 SADDR = 0x0000800050 POSTBUILD = Makefile.uboot51 endif52 53 45 BFD_NAME = elf32-littlearm 54 46 BFD_OUTPUT = $(BFD_NAME) … … 65 57 endif 66 58 67 RD_DRVS += \59 RD_DRVS_ESSENTIAL += \ 68 60 infrastructure/rootamdm37x \ 69 61 fb/amdm37x_dispc \
Note:
See TracChangeset
for help on using the changeset viewer.