Blame view

buildroot/buildroot-2016.08.1/board/qemu/xtensa-lx60/linux/linux-0001-disable-redboot-and-uboot.patch 689 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  disable boot-uboot and boot-redboot, requires a patched u-boot and mkimage
  
  Signed-off-by:Waldemar Brodkorb <wbx@openadk.org>
  
  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)