diff options
author | Tom Rini <trini@konsulko.com> | 2023-11-29 11:16:13 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-11-29 11:16:13 -0500 |
commit | 6357cf0cc4eaded5326cd10bca359ade2969708a (patch) | |
tree | dc6aec5cbf781b09c13d85c8c2b8b9ef0aa88bde /arch/arm/mach-keystone/cmd_mon.c | |
parent | 339d96822efad9e6e445959224b48375124741d8 (diff) | |
parent | 53a230001263e6aca89e7a1322f2c7adbee4d55e (diff) |
Merge branch '2023-11-29-assorted-platform-updates' into next
- Add a TFTP put test, a few TI Keystone 2 updates, fix stack-protector
for PowerPC, fixes in lib/slre, timer-uclass and pvblock.
Diffstat (limited to 'arch/arm/mach-keystone/cmd_mon.c')
-rw-r--r-- | arch/arm/mach-keystone/cmd_mon.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-keystone/cmd_mon.c b/arch/arm/mach-keystone/cmd_mon.c index dc97bac8550..c6e7e2c3097 100644 --- a/arch/arm/mach-keystone/cmd_mon.c +++ b/arch/arm/mach-keystone/cmd_mon.c @@ -6,7 +6,6 @@ * Texas Instruments Incorporated, <www.ti.com> */ -#include <common.h> #include <command.h> #include <image.h> #include <mach/mon.h> |