Hi Sascha.

On Wed, Oct 02, 2019 at 04:44:29PM +0200, Sascha Hauer wrote:
> The alignemnt in the DTB and clk_of_table shouldn't be needed. Remove
s/alignemnt/alignment/g

I do this type of spelling error all the time :-(

        Sam

Acked-by: Sam Ravnborg <s...@ravnborg.org>

> them.
> 
> Signed-off-by: Sascha Hauer <s.ha...@pengutronix.de>
> ---
>  include/asm-generic/barebox.lds.h | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/include/asm-generic/barebox.lds.h 
> b/include/asm-generic/barebox.lds.h
> index acf838e85f..a3e367c9ed 100644
> --- a/include/asm-generic/barebox.lds.h
> +++ b/include/asm-generic/barebox.lds.h
> @@ -73,14 +73,12 @@
>       __barebox_magicvar_end = .;
>  
>  #define BAREBOX_CLK_TABLE                    \
> -     . = ALIGN(8);                           \
>       __clk_of_table_start = .;               \
>       KEEP(*(.__clk_of_table));               \
>       KEEP(*(.__clk_of_table_end));           \
>       __clk_of_table_end = .;
>  
>  #define BAREBOX_DTB                          \
> -     . = ALIGN(8);                           \
>       __dtb_start = .;                        \
>       KEEP(*(.dtb.rodata.*));                 \
>       __dtb_end = .;
> -- 
> 2.23.0
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to