[PATCH 17/25] sama5d{3, 4}{xek, xplained}: move reset vector to board code

Sascha Hauer s.hauer at pengutronix.de
Fri Jan 5 01:27:13 PST 2018


On Mon, Jan 01, 2018 at 03:19:31PM +0100, Sam Ravnborg wrote:
> Include deletion of now unused sama5d3_lowlevel_init.c
> and related CONFIG symbols
> 
> Signed-off-by: Sam Ravnborg <sam at ravnborg.org>
> ---
>  arch/arm/boards/sama5d3_xplained/Makefile          |  1 +
>  .../sama5d3_xplained/lowlevel.c}                   | 10 ++++------
>  arch/arm/boards/sama5d3xek/Makefile                |  1 +
>  arch/arm/boards/sama5d3xek/lowlevel.c              | 23 ++++++++++++++++++++++
>  arch/arm/boards/sama5d4_xplained/Makefile          |  1 +
>  arch/arm/boards/sama5d4_xplained/lowlevel.c        | 23 ++++++++++++++++++++++
>  arch/arm/boards/sama5d4ek/Makefile                 |  1 +
>  arch/arm/boards/sama5d4ek/lowlevel.c               | 23 ++++++++++++++++++++++
>  arch/arm/mach-at91/Kconfig                         |  8 --------
>  arch/arm/mach-at91/Makefile                        |  2 --
>  10 files changed, 77 insertions(+), 16 deletions(-)
>  rename arch/arm/{mach-at91/sama5d3_lowlevel_init.c => boards/sama5d3_xplained/lowlevel.c} (86%)
>  create mode 100644 arch/arm/boards/sama5d3xek/lowlevel.c
>  create mode 100644 arch/arm/boards/sama5d4_xplained/lowlevel.c
>  create mode 100644 arch/arm/boards/sama5d4ek/lowlevel.c
> 
> diff --git a/arch/arm/boards/sama5d3_xplained/Makefile b/arch/arm/boards/sama5d3_xplained/Makefile
> index 3c301cb0c..fc6d83be8 100644
> --- a/arch/arm/boards/sama5d3_xplained/Makefile
> +++ b/arch/arm/boards/sama5d3_xplained/Makefile
> @@ -1,2 +1,3 @@
>  obj-y += init.o
> +lwl-y += lowlevel.o
>  bbenv-$(CONFIG_DEFAULT_ENVIRONMENT_GENERIC) += defaultenv-sama5d3_xplained
> diff --git a/arch/arm/mach-at91/sama5d3_lowlevel_init.c b/arch/arm/boards/sama5d3_xplained/lowlevel.c
> similarity index 86%
> rename from arch/arm/mach-at91/sama5d3_lowlevel_init.c
> rename to arch/arm/boards/sama5d3_xplained/lowlevel.c
> index 01d28514d..161b473a7 100644
> --- a/arch/arm/mach-at91/sama5d3_lowlevel_init.c
> +++ b/arch/arm/boards/sama5d3_xplained/lowlevel.c
> @@ -4,16 +4,14 @@
>   * Under GPLv2
>    */

There is a whitespace too much here and in the other hunks of this
patch.

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the barebox mailing list