]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: fpga: Create new do_fpga_wrapper for using u-boot subcommands
authorMichal Simek <michal.simek@xilinx.com>
Mon, 4 Jun 2018 12:55:20 +0000 (14:55 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 11 Sep 2018 08:58:42 +0000 (10:58 +0200)
commit33f9831e5c39eca4ea53a89c2bc8e908280948b3
treefa498ddede3058e7f5ac1b27dbf878235b59c31b
parent1b612d3c84eadd8ea42d0be007fdb31c4873eb7a
cmd: fpga: Create new do_fpga_wrapper for using u-boot subcommands

Create command wrapper to clean fpga subcommands.
The function logic is taken from cmd_dm.c

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