[PATCH 2/6] configs: meson64_android: fix bad indent in EXTRA_ENV_SETTINGS
Neil Armstrong
narmstrong at baylibre.com
Thu Jul 29 11:21:57 CEST 2021
On 29/07/2021 09:21, Mattijs Korpershoek wrote:
> both lines seem to be joined together which is not the case for the
> meson64.h EXTRA_ENV_SETTINGS.
>
> Add a newline for consistency.
>
> Signed-off-by: Guillaume La Roque <mkorpershoek at baylibre.com>
> Signed-off-by: Mattijs Korpershoek <mkorpershoek at baylibre.com>
> ---
> include/configs/meson64_android.h | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/include/configs/meson64_android.h b/include/configs/meson64_android.h
> index c47d51c853..661de76fd7 100644
> --- a/include/configs/meson64_android.h
> +++ b/include/configs/meson64_android.h
> @@ -127,7 +127,8 @@
> "kernel_addr_r=0x01080000\0" \
> "pxefile_addr_r=0x01080000\0" \
> "ramdisk_addr_r=0x13000000\0" \
> - "fdtfile=amlogic/" CONFIG_DEFAULT_DEVICE_TREE ".dtb\0" BOOTENV
> + "fdtfile=amlogic/" CONFIG_DEFAULT_DEVICE_TREE ".dtb\0" \
> + BOOTENV
>
> #include <configs/meson64.h>
>
>
Acked-by: Neil Armstrong <narmstrong at baylibre.com>
More information about the U-Boot
mailing list