Merge tag 'xilinx-for-v2021.07-rc2' of https://source.denx.de/u-boot/custodians/u-boot-microblaze
Xilinx changes for v2021.07-rc2 xilinx: - Enable saving variables based on bootmode - Cleanup usb dfu setup and wire it up with usb bootmode - Fix bootscript address logic - Remove GD references (spi, Versal) - Enable capsule update clk: - Small Kconfig fix net: - Fix gmii2rgmii bridge binding usb: - Propagate error (dfu gadget)
This commit is contained in:
@@ -68,7 +68,7 @@ static int do_dfu(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
|
||||
int controller_index = simple_strtoul(usb_controller, NULL, 0);
|
||||
bool retry = false;
|
||||
do {
|
||||
run_usb_dnl_gadget(controller_index, "usb_dnl_dfu");
|
||||
ret = run_usb_dnl_gadget(controller_index, "usb_dnl_dfu");
|
||||
|
||||
if (dfu_reinit_needed) {
|
||||
dfu_free_entities();
|
||||
|
||||
Reference in New Issue
Block a user