diff mbox series

[v1,1/1] board/kria/kv260/kv260.sh: remove trailing spaces

Message ID 20230531114008.1634631-1-neal.frager@amd.com
State Accepted
Headers show
Series [v1,1/1] board/kria/kv260/kv260.sh: remove trailing spaces | expand

Commit Message

Neal Frager May 31, 2023, 11:40 a.m. UTC
Signed-off-by: Neal Frager <neal.frager@amd.com>
---
 board/zynqmp/kria/kv260/kv260.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Arnout Vandecappelle June 3, 2023, 7 p.m. UTC | #1
On 31/05/2023 13:40, Neal Frager via buildroot wrote:
> Signed-off-by: Neal Frager <neal.frager@amd.com>
> ---
>   board/zynqmp/kria/kv260/kv260.sh | 4 ++--

  You should also update .checkpackageignore (with "make .checkpackageignore).

  Applied to master with that fixed, thanks.

  Regards,
  Arnout

>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/board/zynqmp/kria/kv260/kv260.sh b/board/zynqmp/kria/kv260/kv260.sh
> index e3467f3068..e03d67d8b0 100755
> --- a/board/zynqmp/kria/kv260/kv260.sh
> +++ b/board/zynqmp/kria/kv260/kv260.sh
> @@ -1,8 +1,8 @@
>   #!/bin/sh
>   
>   # This is a temporary work around for generating kv260 u-boot.itb.
> -# The problem is there is no way to currently configure u-boot to apply
> -# the carrier board dtb overlay during build, so all kv260 carrier board
> +# The problem is there is no way to currently configure u-boot to apply
> +# the carrier board dtb overlay during build, so all kv260 carrier board
>   # drivers are missing.
>   # This will be removed when u-boot can build the kv260 u-boot.itb natively.
>
Peter Korsgaard June 14, 2023, 11:49 a.m. UTC | #2
>>>>> "Arnout" == Arnout Vandecappelle via buildroot <buildroot@buildroot.org> writes:

 > On 31/05/2023 13:40, Neal Frager via buildroot wrote:
 >> Signed-off-by: Neal Frager <neal.frager@amd.com>
 >> ---
 >> board/zynqmp/kria/kv260/kv260.sh | 4 ++--

 >  You should also update .checkpackageignore (with "make .checkpackageignore).

 >  Applied to master with that fixed, thanks.

Committed to 2023.02.x, thanks.
diff mbox series

Patch

diff --git a/board/zynqmp/kria/kv260/kv260.sh b/board/zynqmp/kria/kv260/kv260.sh
index e3467f3068..e03d67d8b0 100755
--- a/board/zynqmp/kria/kv260/kv260.sh
+++ b/board/zynqmp/kria/kv260/kv260.sh
@@ -1,8 +1,8 @@ 
 #!/bin/sh
 
 # This is a temporary work around for generating kv260 u-boot.itb.
-# The problem is there is no way to currently configure u-boot to apply 
-# the carrier board dtb overlay during build, so all kv260 carrier board 
+# The problem is there is no way to currently configure u-boot to apply
+# the carrier board dtb overlay during build, so all kv260 carrier board
 # drivers are missing.
 # This will be removed when u-boot can build the kv260 u-boot.itb natively.