diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-14 16:31:45 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-14 16:31:45 +0200 |
commit | 067a5fbdfbe4de906e3a8d4244a4a141b7ef7fe9 (patch) | |
tree | e8bebf9d50666a0bf2926630bce92bdc38431009 /package/boot-wrapper-aarch64/patches/patch-Makefile_am | |
parent | 47472814576cd576a54b2f1803f40987236e422c (diff) |
remove arm foundation model sample, bit rotted. better use qemu sample for aarch64
Diffstat (limited to 'package/boot-wrapper-aarch64/patches/patch-Makefile_am')
-rw-r--r-- | package/boot-wrapper-aarch64/patches/patch-Makefile_am | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/package/boot-wrapper-aarch64/patches/patch-Makefile_am b/package/boot-wrapper-aarch64/patches/patch-Makefile_am deleted file mode 100644 index 40eb83f2a..000000000 --- a/package/boot-wrapper-aarch64/patches/patch-Makefile_am +++ /dev/null @@ -1,13 +0,0 @@ ---- boot-wrapper-aarch64-0.1.orig/Makefile.am 2014-04-13 21:10:47.000000000 +0200 -+++ boot-wrapper-aarch64-0.1/Makefile.am 2014-04-13 21:58:16.848991221 +0200 -@@ -83,8 +83,8 @@ $(IMAGE): boot.o cache.o gic.o mmu.o ns. - model.lds: $(LD_SCRIPT) Makefile - $(CPP) $(CPPFLAGS) -ansi -DPHYS_OFFSET=$(PHYS_OFFSET) -DMBOX_OFFSET=$(MBOX_OFFSET) -DKERNEL_OFFSET=$(KERNEL_OFFSET) -DFDT_OFFSET=$(FDT_OFFSET) -DFS_OFFSET=$(FS_OFFSET) -DKERNEL=$(KERNEL_IMAGE) -DFILESYSTEM=$(FILESYSTEM) -DBOOTMETHOD=$(BOOTMETHOD) -P -C -o $@ $< - --fdt.dtb: $(KERNEL_DTB) Makefile gen-cpu-nodes.sh -- ( $(DTC) -O dts -I dtb $(KERNEL_DTB) ; echo "/ { $(CHOSEN_NODE) $(PSCI_NODE) $(CPUS_NODE) };" ) | $(DTC) -O dtb -o $@ - -+fdt.dtb: $(KERNEL_DTS) Makefile gen-cpu-nodes.sh -+ ( cat $(KERNEL_DTS) ; echo "/ { $(CHOSEN_NODE) $(PSCI_NODE) $(CPUS_NODE) };" ) | $(DTC) -O dtb -o $@ - - - # The filesystem archive might not exist if INITRD is not being used - .PHONY: all clean $(FILESYSTEM) |