[U-Boot] [RFC 5/6] arm: exynos: odroid: fix the confict scripaddr extra env setting

Krzysztof Kozlowski krzk at kernel.org
Mon Apr 1 13:00:08 UTC 2019


On Mon, 1 Apr 2019 at 13:53, Anand Moon <linux.amoon at gmail.com> wrote:
>
> fix the confict of scriptaddr address with ramdisk_addr_r

Start with capital letter, so s/fix/Fix. End with a full-stop.

> also add missing pxefile_addr_r u-boot extras env setting.

s/also/Also/

... but there is no conflict in the first place. These addresses are
not used in the same time.

Best regards,
Krzysztof

>
> Signed-off-by: Anand Moon <linux.amoon at gmail.com>
> ---
>  include/configs/odroid.h | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/include/configs/odroid.h b/include/configs/odroid.h
> index d8d30c0f62..64819cf81c 100644
> --- a/include/configs/odroid.h
> +++ b/include/configs/odroid.h
> @@ -169,9 +169,10 @@
>         "consoleoff=set console console=ram; save; reset\0" \
>         "initrdname=uInitrd\0" \
>         "ramdisk_addr_r=0x42000000\0" \
> -       "scriptaddr=0x42000000\0" \
>         "fdt_addr_r=0x40800000\0" \
>         "kernel_addr_r=0x41000000\0" \
> +       "scriptaddr=0x50000000\0" \
> +       "pxefile_addr_r=0x51000000\0" \
>         BOOTENV
>
>  /* GPT */
> --
> 2.21.0
>


More information about the U-Boot mailing list