linux-0001-disable-redboot-and-uboot.patch 689 B

12345678910111213141516
  1. disable boot-uboot and boot-redboot, requires a patched u-boot and mkimage
  2. Signed-off-by:Waldemar Brodkorb <wbx@openadk.org>
  3. diff -Nur linux-3.15.orig/arch/xtensa/boot/Makefile linux-3.15/arch/xtensa/boot/Makefile
  4. --- linux-3.15.orig/arch/xtensa/boot/Makefile 2014-06-08 20:19:54.000000000 +0200
  5. +++ linux-3.15/arch/xtensa/boot/Makefile 2014-06-14 20:07:15.206091165 +0200
  6. @@ -23,7 +23,7 @@
  7. bootdir-$(CONFIG_XTENSA_PLATFORM_ISS) += boot-elf
  8. bootdir-$(CONFIG_XTENSA_PLATFORM_XT2000) += boot-redboot boot-elf boot-uboot
  9. -bootdir-$(CONFIG_XTENSA_PLATFORM_XTFPGA) += boot-redboot boot-elf boot-uboot
  10. +bootdir-$(CONFIG_XTENSA_PLATFORM_XTFPGA) += boot-elf
  11. zImage Image: $(bootdir-y)