aboutsummaryrefslogtreecommitdiff
path: root/board/BuS/eb_cpu5282
diff options
context:
space:
mode:
authorTom Rini2024-04-30 20:40:54 -0600
committerTom Rini2024-05-06 15:07:48 -0600
commit6b57e383e12689a52c8999987aa0ed50233fc675 (patch)
treea761b1b8ae3174f8ec6e56311a32c6492ea044d2 /board/BuS/eb_cpu5282
parent939baa68264dc48a2b4448c4f2c1ae925921532e (diff)
board: BuS: 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/BuS/eb_cpu5282')
-rw-r--r--board/BuS/eb_cpu5282/eb_cpu5282.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/BuS/eb_cpu5282/eb_cpu5282.c b/board/BuS/eb_cpu5282/eb_cpu5282.c
index ea49c7a99c0..cf5610861b5 100644
--- a/board/BuS/eb_cpu5282/eb_cpu5282.c
+++ b/board/BuS/eb_cpu5282/eb_cpu5282.c
@@ -7,7 +7,7 @@
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*/
-#include <common.h>
+#include <config.h>
#include <command.h>
#include <asm/global_data.h>
#include "asm/m5282.h"