diff mbox series

[v5,02/12] nuvoton: npcm845-evb: Add a newline at the end of file

Message ID 20230725085725.350917-3-sughosh.ganu@linaro.org
State Superseded
Headers show
Series Integrate EFI capsule tasks into u-boot's build flow | expand

Commit Message

Sughosh Ganu July 25, 2023, 8:57 a.m. UTC
Add a newline at the end of the dts, without which the build fails
when including the u-boot.dtsi file.

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
---
Changes since V4: None

 arch/arm/dts/nuvoton-npcm845-evb.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ilias Apalodimas July 25, 2023, 9:50 a.m. UTC | #1
On Tue, 25 Jul 2023 at 11:58, Sughosh Ganu <sughosh.ganu@linaro.org> wrote:
>
> Add a newline at the end of the dts, without which the build fails
> when including the u-boot.dtsi file.
>
> Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
> Reviewed-by: Simon Glass <sjg@chromium.org>
> ---
> Changes since V4: None
>
>  arch/arm/dts/nuvoton-npcm845-evb.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/dts/nuvoton-npcm845-evb.dts b/arch/arm/dts/nuvoton-npcm845-evb.dts
> index 3cab7807e3..a93666cb41 100644
> --- a/arch/arm/dts/nuvoton-npcm845-evb.dts
> +++ b/arch/arm/dts/nuvoton-npcm845-evb.dts
> @@ -354,4 +354,4 @@
>                 &r1en_pins
>                 &r1oen_pins
>         >;
> -};
> \ No newline at end of file
> +};
> --
> 2.34.1
>

Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
diff mbox series

Patch

diff --git a/arch/arm/dts/nuvoton-npcm845-evb.dts b/arch/arm/dts/nuvoton-npcm845-evb.dts
index 3cab7807e3..a93666cb41 100644
--- a/arch/arm/dts/nuvoton-npcm845-evb.dts
+++ b/arch/arm/dts/nuvoton-npcm845-evb.dts
@@ -354,4 +354,4 @@ 
 		&r1en_pins
 		&r1oen_pins
 	>;
-};
\ No newline at end of file
+};