[PATCH u-boot v2] fs: btrfs: hide duplicate 'Cannot lookup file' error on 'load'
Tom Rini
trini at konsulko.com
Fri Nov 15 22:39:18 CET 2024
On Fri, 15 Nov 2024 11:15:47 +0900, Dominique Martinet wrote:
> Running commands such as 'load mmc 2:1 $addr $path' when path does not
> exists will print an error twice if the file does not exist, e.g.:
> ```
> Cannot lookup file boot/boot.scr
> Failed to load 'boot/boot.scr'
> ```
> (where the first line is printed by btrfs and the second by common fs
> code)
>
> [...]
Applied to u-boot/master, thanks!
--
Tom
More information about the U-Boot
mailing list