[PATCH v2 1/4] memory: ti-gpmc: Fix build

Dario Binacchi dario.binacchi at amarulasolutions.com
Fri Jan 12 10:45:40 CET 2024


Hi Roger,

On Thu, Jan 11, 2024 at 2:19 PM Roger Quadros <rogerq at kernel.org> wrote:
>
> sys_proto.h no longer exists for K3 platform so drop it.
> Include sizes.h to so SZ_16M is visible.
>
> Signed-off-by: Roger Quadros <rogerq at kernel.org>
> ---
>
> Notes:
>     v2: no change
>
>  drivers/memory/ti-gpmc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/memory/ti-gpmc.c b/drivers/memory/ti-gpmc.c
> index 775e78c9a5..0b8674339e 100644
> --- a/drivers/memory/ti-gpmc.c
> +++ b/drivers/memory/ti-gpmc.c
> @@ -6,7 +6,6 @@
>   */
>
>  #include <asm/io.h>
> -#include <asm/arch/sys_proto.h>
>  #include <clk.h>
>  #include <common.h>
>  #include <dm.h>
> @@ -17,6 +16,7 @@
>  #include <linux/mtd/omap_gpmc.h>
>  #include <linux/ioport.h>
>  #include <linux/io.h>
> +#include <linux/sizes.h>
>  #include "ti-gpmc.h"
>

Reviewed-by: Dario Binacchi <dario.binacchi at amarulasolutions.com>

Thanks and regards,
Dario

>  enum gpmc_clk_domain {
> --
> 2.34.1
>


--

Dario Binacchi

Senior Embedded Linux Developer

dario.binacchi at amarulasolutions.com

__________________________________


Amarula Solutions SRL

Via Le Canevare 30, 31100 Treviso, Veneto, IT

T. +39 042 243 5310
info at amarulasolutions.com

www.amarulasolutions.com


More information about the U-Boot mailing list