]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: fpga: Fix dump and all direct fpga load commands
authorMichal Simek <michal.simek@xilinx.com>
Mon, 4 Jun 2018 13:51:23 +0000 (15:51 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 11 Sep 2018 09:00:49 +0000 (11:00 +0200)
commit7eee3e4ba7f61b5efdf947f2a421e183a830e025
treea2316203bd45fbfe60ca123e0d283b69df665fc2
parent9eea6d3d4ba20d2bbb79b5c443ddd5460a09748a
cmd: fpga: Fix dump and all direct fpga load commands

Separate dump, load, loadb, loadp and loadbp commands to separate
functions to make it clear how they are called and what parameters they
need.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
cmd/fpga.c