
Yes, I have reworked the patch for v4 based on u-boot mainline
At 2022-02-17 23:19:20, "Tom Rini" trini@konsulko.com 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 board code
Signed-off-by: hyyxohk hyyoxhk@163.com
env/fat.c | 34 +++++++++++++++++++--------------- include/env_internal.h | 20 ++++++++++++++++++++ 2 files changed, 39 insertions(+), 15 deletions(-)
Hi. When submitting patches, especially non-trivial ones, we follow the Linux Kernel guidelines: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Docu... and require your name to be used in the signed-off-by line, and not a nickname / pseudonym. Can you please re-submit? Thanks.
-- Tom