mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-22 04:44:46 +00:00
board: engicam: 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>
This commit is contained in:
parent
2f6a5bd8a4
commit
7912c960e0
11 changed files with 1 additions and 11 deletions
|
@ -5,7 +5,6 @@
|
||||||
* Author: Jagan Teki <jagan@amarulasolutions.com>
|
* Author: Jagan Teki <jagan@amarulasolutions.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
|
||||||
#include <command.h>
|
#include <command.h>
|
||||||
#include <env.h>
|
#include <env.h>
|
||||||
#include <hang.h>
|
#include <hang.h>
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
* Author: Jagan Teki <jagan@amarulasolutions.com>
|
* Author: Jagan Teki <jagan@amarulasolutions.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
|
||||||
#include <image.h>
|
#include <image.h>
|
||||||
#include <init.h>
|
#include <init.h>
|
||||||
#include <serial.h>
|
#include <serial.h>
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
* Author: Jagan Teki <jagan@amarulasolutions.com>
|
* Author: Jagan Teki <jagan@amarulasolutions.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
|
||||||
|
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
#include <asm/gpio.h>
|
#include <asm/gpio.h>
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
* Author: Jagan Teki <jagan@amarulasolutions.com>
|
* Author: Jagan Teki <jagan@amarulasolutions.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
|
||||||
#include <mmc.h>
|
#include <mmc.h>
|
||||||
|
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
* Author: Jagan Teki <jagan@amarulasolutions.com>
|
* Author: Jagan Teki <jagan@amarulasolutions.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
|
||||||
#include <miiphy.h>
|
#include <miiphy.h>
|
||||||
#include <netdev.h>
|
#include <netdev.h>
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
* Align with uboot-imx_v2018.03_4.14.78_1.0.0_ga
|
* Align with uboot-imx_v2018.03_4.14.78_1.0.0_ga
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
|
||||||
#include <asm/arch/ddr.h>
|
#include <asm/arch/ddr.h>
|
||||||
#include <asm/arch/lpddr4_define.h>
|
#include <asm/arch/lpddr4_define.h>
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
* Author: Jagan Teki <jagan@amarulasolutions.com>
|
* Author: Jagan Teki <jagan@amarulasolutions.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
|
||||||
#include <hang.h>
|
#include <hang.h>
|
||||||
#include <init.h>
|
#include <init.h>
|
||||||
#include <log.h>
|
#include <log.h>
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
* Jagan Teki <jagan@amarulasolutions.com>
|
* Jagan Teki <jagan@amarulasolutions.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
|
||||||
#include <env.h>
|
#include <env.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <init.h>
|
#include <init.h>
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
* Jagan Teki <jagan@amarulasolutions.com>
|
* Jagan Teki <jagan@amarulasolutions.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
|
||||||
#include <hang.h>
|
#include <hang.h>
|
||||||
#include <init.h>
|
#include <init.h>
|
||||||
#include <log.h>
|
#include <log.h>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
* Copyright (C) 2020 Amarula Solutions(India)
|
* Copyright (C) 2020 Amarula Solutions(India)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
#include <linux/types.h>
|
||||||
|
|
||||||
/* board early initialisation in board_f: need to use global variable */
|
/* board early initialisation in board_f: need to use global variable */
|
||||||
static u32 opp_voltage_mv __section(".data");
|
static u32 opp_voltage_mv __section(".data");
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
* Author: Jagan Teki <jagan@amarulasolutions.com>
|
* Author: Jagan Teki <jagan@amarulasolutions.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
|
||||||
#include <env.h>
|
#include <env.h>
|
||||||
#include <env_internal.h>
|
#include <env_internal.h>
|
||||||
#include <syscon.h>
|
#include <syscon.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue