Re: [U-Boot] [PATCH 3/3] kconfig: zynq: Add ZYBO board

2014-09-01 Thread Michal Simek
Hi Peter and Masahiro, On 09/01/2014 04:25 AM, Masahiro Yamada wrote: > Hi Peter, > > Sorry, this patch no longer applies on the mainline. > Could you rebase and repost this patch, please? > > (You need to touch arch/arm/cpu/armv7/zynq/Kconfig, > intead of arch/arm/Kconfig, board/xilinx/zynq/Kco

Re: [U-Boot] [PATCH 3/3] kconfig: zynq: Add ZYBO board

2014-08-31 Thread Masahiro Yamada
Hi Peter, Sorry, this patch no longer applies on the mainline. Could you rebase and repost this patch, please? (You need to touch arch/arm/cpu/armv7/zynq/Kconfig, intead of arch/arm/Kconfig, board/xilinx/zynq/Kconfig) Best Regards Masahiro Yamada On Thu, 28 Aug 2014 21:16:41 +1000 Peter Crosth

Re: [U-Boot] [PATCH 3/3] kconfig: zynq: Add ZYBO board

2014-08-28 Thread Jagan Teki
On 28 August 2014 16:46, Peter Crosthwaite wrote: > Add a defconfig and Kconfigury for the Digilent ZYBO board. > > Signed-off-by: Peter Crosthwaite > --- > arch/arm/Kconfig| 3 +++ > board/xilinx/zynq/Kconfig | 24 > configs/zynq_zybo_defconfig | 3 +++ >

[U-Boot] [PATCH 3/3] kconfig: zynq: Add ZYBO board

2014-08-28 Thread Peter Crosthwaite
Add a defconfig and Kconfigury for the Digilent ZYBO board. Signed-off-by: Peter Crosthwaite --- arch/arm/Kconfig| 3 +++ board/xilinx/zynq/Kconfig | 24 configs/zynq_zybo_defconfig | 3 +++ 3 files changed, 30 insertions(+) create mode 100644 configs/zy