[U-Boot] [PATCH 1/2] odroid: replace 'fatload' with 'load' to be able to use EXT* partitions
Przemyslaw Marczak
p.marczak at samsung.com
Thu Oct 1 11:18:26 CEST 2015
Hello Guillaume,
On 09/28/2015 11:42 AM, Guillaume GARDET wrote:
Please, add commit message here.
> Signed-off-by: Guillaume GARDET <guillaume.gardet at free.fr>
> Cc: Przemyslaw Marczak <p.marczak at samsung.com>
> Cc: Minkyu Kang <mk7.kang at samsung.com>
>
> ---
> include/configs/odroid.h | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/include/configs/odroid.h b/include/configs/odroid.h
> index 1afe04a..e45b00e 100644
> --- a/include/configs/odroid.h
> +++ b/include/configs/odroid.h
> @@ -108,11 +108,11 @@
> * 2. ROOT: -
> */
> #define CONFIG_EXTRA_ENV_SETTINGS \
> - "loadkernel=fatload mmc ${mmcbootdev}:${mmcbootpart} ${kerneladdr} " \
> + "loadkernel=load mmc ${mmcbootdev}:${mmcbootpart} ${kerneladdr} " \
> "${kernelname}\0" \
> - "loadinitrd=fatload mmc ${mmcbootdev}:${mmcbootpart} ${initrdaddr} " \
> + "loadinitrd=load mmc ${mmcbootdev}:${mmcbootpart} ${initrdaddr} " \
> "${initrdname}\0" \
> - "loaddtb=fatload mmc ${mmcbootdev}:${mmcbootpart} ${fdtaddr} " \
> + "loaddtb=load mmc ${mmcbootdev}:${mmcbootpart} ${fdtaddr} " \
> "${fdtfile}\0" \
> "check_ramdisk=" \
> "if run loadinitrd; then " \
>
Best regards,
--
Przemyslaw Marczak
Samsung R&D Institute Poland
Samsung Electronics
p.marczak at samsung.com
More information about the U-Boot
mailing list