Re:Re: [PATCH v3 1/1] env: fat: Allow overriding interface, device and partition

2022-02-17 Thread He Yong
Yes, I have reworked the patch for v4 based on u-boot mainline At 2022-02-17 23:19:20, "Tom Rini" wrote: >On Thu, Feb 17, 2022 at 10:55:39PM +0800, hyyxohk wrote: > >> For platform which can boot on different device, this allows >> to override interface, device and partition from

[PATCH v4 1/1] env: fat: Allow overriding interface, device and partition

2022-02-17 Thread He Yong
For platform which can boot on different device, this allows to override interface, device and partition from board code Signed-off-by: He Yong --- env/fat.c | 34 +++--- include/env_internal.h | 20 2 files changed, 39 insertions