
19 Jul
2018
19 Jul
'18
5:21 p.m.
Hi Michal,
On 19 July 2018 at 00:55, Michal Simek michal.simek@xilinx.com wrote:
On 19.7.2018 03:32, Simon Glass wrote:
On 18 July 2018 at 09:16, Michal Simek michal.simek@xilinx.com wrote:
Move fpga_get_op() to top of file to remove local function declaration and also remove useless retyping.
Signed-off-by: Michal Simek michal.simek@xilinx.com
cmd/fpga.c | 85 ++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 41 insertions(+), 44 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
But can this not use a sub-command array?
As you see the whole series is coming to that direction. I just needed to do some preparation steps before doing that.
Yes I t see that, thanks.
- Simon