Re: [U-Boot] [PATCH] zynq/board.c: Add support for qspiboot and nandboot

2017-01-13 Thread Mike Looijmans
Ah, missed that. I noticed that "run $modeboot" didn't work for QSPI in the 2017.1 tag, hadn't seen that one yet. On 13-01-17 14:18, Michal Simek wrote: Hi, On 13.1.2017 14:04, Mike Looijmans wrote: The Zynq can also boot from QSPI or NAND, and environment scripting uses "qspiboot" and

Re: [U-Boot] [PATCH] zynq/board.c: Add support for qspiboot and nandboot

2017-01-13 Thread Michal Simek
Hi, On 13.1.2017 14:04, Mike Looijmans wrote: > The Zynq can also boot from QSPI or NAND, and environment scripting > uses "qspiboot" and "nandboot" already. Add these to the board init > routines so that modeboot is properly set to one of these values when > the mode bits indicate so. > >

[U-Boot] [PATCH] zynq/board.c: Add support for qspiboot and nandboot

2017-01-13 Thread Mike Looijmans
The Zynq can also boot from QSPI or NAND, and environment scripting uses "qspiboot" and "nandboot" already. Add these to the board init routines so that modeboot is properly set to one of these values when the mode bits indicate so. Signed-off-by: Mike Looijmans ---