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 <[email protected]> > Signed-off-by: Mattijs Korpershoek <[email protected]> > --- > 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 <[email protected]>

