mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
board: keymile: Remove <common.h> and add needed includes
Remove <common.h> from this board vendor directory and when needed add missing include files directly. Reviewed-By: Holger Brunck <holger.brunck@hitachienergy.com> Reviewed-by: Heiko Schocher <hs@denx.de> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
* Holger Brunck, Keymile GmbH Hannover, holger.brunck@keymile.com
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <config.h>
|
||||
#include <env.h>
|
||||
#include <ioports.h>
|
||||
#include <command.h>
|
||||
|
||||
@@ -4,10 +4,11 @@
|
||||
* Holger Brunck, Keymile GmbH Hannover, holger.brunck@keymile.com
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <cli_hush.h>
|
||||
#include <env.h>
|
||||
#include <i2c.h>
|
||||
#include <stdio.h>
|
||||
#include <vsprintf.h>
|
||||
#include "common.h"
|
||||
|
||||
#define MAC_STR_SZ 20
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* Valentin Longchamp <valentin.longchamp@keymile.com>
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <config.h>
|
||||
#include <asm/io.h>
|
||||
#include <linux/bitops.h>
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* Heiko Schocher, DENX Software Engineering, hs@denx.de.
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <config.h>
|
||||
#include <env.h>
|
||||
#include <event.h>
|
||||
#include <fdt_support.h>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* Copyright 2020 Hitachi Power Grids. All rights reserved.
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <config.h>
|
||||
#include <fsl_ddr_sdram.h>
|
||||
#include <fsl_ddr_dimm_params.h>
|
||||
#include <asm/io.h>
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
/*
|
||||
* Copyright (C) 2017-2020 Hitachi Power Grids
|
||||
*/
|
||||
#include <common.h>
|
||||
#include <i2c.h>
|
||||
#include <asm/gpio.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user