X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fboard%2Fqemu%2Fxtensa-lx60%2Flinux%2Flinux-0001-disable-redboot-and-uboot.patch;fp=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fboard%2Fqemu%2Fxtensa-lx60%2Flinux%2Flinux-0001-disable-redboot-and-uboot.patch;h=c0ccf4846607b95e8be046b3ed12ae9d5163f68d;hb=b0a0f15dfaa205161a7fcb20cf1b8cd4948c2ef3;hp=0000000000000000000000000000000000000000;hpb=c6ac3cd55ee2da956195eee393b0882105dfad4e;p=packages%2Ftrusty%2Fcirros-testvm.git diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/board/qemu/xtensa-lx60/linux/linux-0001-disable-redboot-and-uboot.patch b/cirros-testvm/src-cirros/buildroot-2015.05/board/qemu/xtensa-lx60/linux/linux-0001-disable-redboot-and-uboot.patch new file mode 100644 index 0000000..c0ccf48 --- /dev/null +++ b/cirros-testvm/src-cirros/buildroot-2015.05/board/qemu/xtensa-lx60/linux/linux-0001-disable-redboot-and-uboot.patch @@ -0,0 +1,16 @@ +disable boot-uboot and boot-redboot, requires a patched u-boot and mkimage + +Signed-off-by:Waldemar Brodkorb + +diff -Nur linux-3.15.orig/arch/xtensa/boot/Makefile linux-3.15/arch/xtensa/boot/Makefile +--- linux-3.15.orig/arch/xtensa/boot/Makefile 2014-06-08 20:19:54.000000000 +0200 ++++ linux-3.15/arch/xtensa/boot/Makefile 2014-06-14 20:07:15.206091165 +0200 +@@ -23,7 +23,7 @@ + + bootdir-$(CONFIG_XTENSA_PLATFORM_ISS) += boot-elf + bootdir-$(CONFIG_XTENSA_PLATFORM_XT2000) += boot-redboot boot-elf boot-uboot +-bootdir-$(CONFIG_XTENSA_PLATFORM_XTFPGA) += boot-redboot boot-elf boot-uboot ++bootdir-$(CONFIG_XTENSA_PLATFORM_XTFPGA) += boot-elf + + zImage Image: $(bootdir-y) +