Re: [PATCH] VIM3: mmc_get_env_dev correct non emmc boot sources

2021-05-27 Thread Jaehoon Chung
On 5/27/21 4:35 PM, Artem Lapkin wrote: > need return -1 if boot source is not EMMC or SD ( for example it will be > useful if we have multy env sources configuration and device was booted > from SPI flash and env need read from SPI not from mmc ) > > Signed-off-by: Artem Lapkin Reviewed-by:

Re: [PATCH] VIM3: mmc_get_env_dev correct non emmc boot sources

2021-05-27 Thread Neil Armstrong
On 27/05/2021 09:35, Artem Lapkin wrote: > need return -1 if boot source is not EMMC or SD ( for example it will be > useful if we have multy env sources configuration and device was booted > from SPI flash and env need read from SPI not from mmc ) > > Signed-off-by: Artem Lapkin > --- >

[PATCH] VIM3: mmc_get_env_dev correct non emmc boot sources

2021-05-27 Thread Artem Lapkin
need return -1 if boot source is not EMMC or SD ( for example it will be useful if we have multy env sources configuration and device was booted from SPI flash and env need read from SPI not from mmc ) Signed-off-by: Artem Lapkin --- board/amlogic/vim3/vim3.c | 10 -- 1 file changed, 8