diff options
| author | Tom Rini <[email protected]> | 2022-06-17 09:35:28 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-06-17 09:35:28 -0400 |
| commit | f0843e0c0ab2c05da81b89b2c0ce7955510aff8a (patch) | |
| tree | c23bf4390e489d06061ad840b83083973a76d21e /include | |
| parent | ee4b80a6e276c433f1c59669b7fec47d6146ceaf (diff) | |
| parent | 32e0379143b433e29d76404f5f4c279067e48853 (diff) | |
Merge commit '32e0379143b433e29d76404f5f4c279067e48853' of https://github.com/tienfong/uboot_mainline
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/socfpga_vining_fpga.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/socfpga_vining_fpga.h b/include/configs/socfpga_vining_fpga.h index 9455e4cb560..c333c931ab7 100644 --- a/include/configs/socfpga_vining_fpga.h +++ b/include/configs/socfpga_vining_fpga.h @@ -116,7 +116,8 @@ "addargs=run addcons addmtd addmisc\0" \ "ubiload=" \ "ubi part ${ubimtd} ; ubifsmount ${ubipart} ; " \ - "ubifsload ${kernel_addr_r} /boot/${bootfile}\0" \ + "ubifsload ${kernel_addr_r} /boot/${bootfile} ; " \ + "ubifsumount ; ubi detach\0" \ "netload=" \ "tftp ${kernel_addr_r} ${hostname}/${bootfile}\0" \ "miscargs=nohlt panic=1\0" \ |
