Re: [U-Boot] [PATCH v1] cmd: set filesize variable in ubi read

2017-09-14 Thread Heiko Schocher
Hello Holger, Am 12.09.2017 um 09:58 schrieb Holger Dengler: After a successful read of a UBI volume, the variable filesize is set to the number of read bytes. To boot linux with a raw initramfs/initrd, you must specify the exact size of the initramfs/initrd image in boot command. If the initram

Re: [U-Boot] [PATCH v1] cmd: set filesize variable in ubi read

2017-09-12 Thread Heiko Schocher
Hello Holger, thanks for the fast fix! Hm... some nitpick: This is v2 not v1 ... seems patchwork has a problem, as your patch does not popup at: http://patchwork.ozlabs.org/project/uboot/list/?page=1 (or patchwork does work slowly today ...) Am 12.09.2017 um 09:58 schrieb Holger Dengler: Afte