[PATCH v1 1/2] ARM: sama5d4_wifx: fix build with moved mach files

Sascha Hauer sha at pengutronix.de
Tue Apr 11 05:00:25 PDT 2023


On Fri, Apr 07, 2023 at 08:43:56PM +0200, Sam Ravnborg wrote:
> 
> Signed-off-by: Sam Ravnborg <sam at ravnborg.org>
> ---
>  arch/arm/boards/sama5d4_wifx/lowlevel.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied, thanks

Sascha

> 
> diff --git a/arch/arm/boards/sama5d4_wifx/lowlevel.c b/arch/arm/boards/sama5d4_wifx/lowlevel.c
> index 0c3529e659..c47b14c55b 100644
> --- a/arch/arm/boards/sama5d4_wifx/lowlevel.c
> +++ b/arch/arm/boards/sama5d4_wifx/lowlevel.c
> @@ -2,8 +2,8 @@
>  // SPDX-FileCopyrightText: 2022 Ahmad Fatoum, Pengutronix
>  
>  #include <debug_ll.h>
> -#include <mach/barebox-arm.h>
> -#include <mach/ddramc.h>
> +#include <mach/at91/barebox-arm.h>
> +#include <mach/at91/ddramc.h>
>  
>  SAMA5D4_ENTRY_FUNCTION(start_sama5d4_wifx_l1, r4)
>  {
> -- 
> 2.34.1
> 
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the barebox mailing list