]> git.dujemihanovic.xyz Git - u-boot.git/commit
memory: ti-gpmc: Fix build
authorRoger Quadros <rogerq@kernel.org>
Thu, 11 Jan 2024 13:19:17 +0000 (15:19 +0200)
committerDario Binacchi <dario.binacchi@amarulasolutions.com>
Mon, 15 Jan 2024 07:58:24 +0000 (08:58 +0100)
commit58d6f349e44065e0641372b716944abbd00f4f57
tree8757f827ce6ec81c3e82ae209a65a6a4b8256347
parentf6e7d8d2f3eb9492e79bfd2a26c59fcb240f59c4
memory: ti-gpmc: Fix build

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@kernel.org>
Reviewed-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Link: https://www.mail-archive.com/u-boot@lists.denx.de/msg499176.html
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
drivers/memory/ti-gpmc.c