diff options
author | Andrew Davis <afd@ti.com> | 2023-04-06 11:38:21 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-04-24 13:18:48 -0400 |
commit | f392860c2e4bc5230742beccd86b7a8c72514350 (patch) | |
tree | c2bdcfff3be878c1f5bb23f7ace2d739566605c3 /board/siemens | |
parent | 29627e81c63d1e0e52de7936e768e07efdaf840c (diff) | |
download | u-boot-f392860c2e4bc5230742beccd86b7a8c72514350.tar.gz |
arm: mach-k3: Remove empty sys_proto.h include
This header file is now empty, remove it.
Signed-off-by: Andrew Davis <afd@ti.com>
Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Diffstat (limited to 'board/siemens')
-rw-r--r-- | board/siemens/iot2050/board.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/siemens/iot2050/board.c b/board/siemens/iot2050/board.c index 1ba3e90c6fc..2653e107450 100644 --- a/board/siemens/iot2050/board.c +++ b/board/siemens/iot2050/board.c @@ -21,7 +21,6 @@ #include <spl.h> #include <version.h> #include <linux/delay.h> -#include <asm/arch/sys_proto.h> #include <asm/arch/hardware.h> #include <asm/gpio.h> #include <asm/io.h> |