Re: [U-Boot] [PATCH] env: Update env_addr for mmc environment driver

2019-11-19 Thread Priyanka Jain
>-Original Message- >From: U-Boot On Behalf Of Pankit Garg >Sent: Tuesday, November 19, 2019 3:20 PM >To: u-boot@lists.denx.de >Cc: Pankit Garg >Subject: [U-Boot] [PATCH] env: Update env_addr for mmc environment driver > Please add description >Signed-off-by:

Re: [U-Boot] [PATCH] env: Update env_addr for mmc environment driver

2019-11-19 Thread Joe Hershberger
On Tue, Nov 19, 2019 at 5:44 AM Pankit Garg wrote: > > Signed-off-by: Pankit Garg Acked-by: Joe Hershberger ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

[U-Boot] [PATCH] env: Update env_addr for mmc environment driver

2019-11-19 Thread Pankit Garg
Signed-off-by: Pankit Garg --- env/mmc.c | 5 + 1 file changed, 5 insertions(+) diff --git a/env/mmc.c b/env/mmc.c index 9f1878def1..832e11cde6 100644 --- a/env/mmc.c +++ b/env/mmc.c @@ -362,6 +362,7 @@ static int env_mmc_load(void) int ret; int dev = mmc_get_env_dev();