diff options
| author | Tom Rini <[email protected]> | 2024-05-20 10:16:33 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-20 10:16:33 -0600 |
| commit | d4781422d1268aa6deca3e49d2fb227e79c160b4 (patch) | |
| tree | 420073c8a29a401a3908803000df6f54673e1731 /cmd/ti | |
| parent | 85854bc3324edd0c81047780ee60033d056fd490 (diff) | |
| parent | a7f0154c412859323396111dd0c09dbafbc153cb (diff) | |
Merge tag 'v2024.07-rc3' into next
Prepare v2024.07-rc3
Diffstat (limited to 'cmd/ti')
| -rw-r--r-- | cmd/ti/ddr3.c | 1 | ||||
| -rw-r--r-- | cmd/ti/pd.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/cmd/ti/ddr3.c b/cmd/ti/ddr3.c index 70ce53d01e8..bbd406fc66e 100644 --- a/cmd/ti/ddr3.c +++ b/cmd/ti/ddr3.c @@ -12,6 +12,7 @@ #include <asm/arch/hardware.h> #include <asm/cache.h> #include <asm/emif.h> +#include <common.h> #include <command.h> #include <asm/global_data.h> diff --git a/cmd/ti/pd.c b/cmd/ti/pd.c index 305023af1e7..a0492a5fdee 100644 --- a/cmd/ti/pd.c +++ b/cmd/ti/pd.c @@ -5,6 +5,7 @@ * Copyright (C) 2020 Texas Instruments Incorporated, <www.ti.com> */ +#include <common.h> #include <command.h> #include <dm.h> #include <k3-dev.h> |
