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

2021-12-30 Thread hyyxohk
For platform which can boot on different device, this allows to override interface, device and partition from board code. Signed-off-by: hyyxohk --- env/fat.c | 30 +- include/env_internal.h | 20 2 files changed, 37 insertions

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

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

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

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