summaryrefslogtreecommitdiff
path: root/board/cadence/xtfpga/xtfpga.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-30 20:41:20 -0600
committerTom Rini <trini@konsulko.com>2024-05-06 15:07:49 -0600
commit3f25c4adcad1e32c737a72585b6d3573cf130d54 (patch)
tree20393dafe13498dd42d848e4729148e821e6c371 /board/cadence/xtfpga/xtfpga.c
parenta8c67186160666bb357716acf2f61c779180d43d (diff)
board: cadence: Remove <common.h> and add needed includes
Remove <common.h> from this board vendor directory and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/cadence/xtfpga/xtfpga.c')
-rw-r--r--board/cadence/xtfpga/xtfpga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cadence/xtfpga/xtfpga.c b/board/cadence/xtfpga/xtfpga.c
index 8e4081b4c6d..5110fed3119 100644
--- a/board/cadence/xtfpga/xtfpga.c
+++ b/board/cadence/xtfpga/xtfpga.c
@@ -4,7 +4,7 @@
* (C) Copyright 2014 - 2016 Cadence Design Systems Inc.
*/
-#include <common.h>
+#include <config.h>
#include <clock_legacy.h>
#include <command.h>
#include <dm.h>