mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
board: astro: 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:
@@ -13,7 +13,6 @@
|
||||
|
||||
/* Altera/Xilinx FPGA configuration support for the ASTRO "URMEL" board */
|
||||
|
||||
#include <common.h>
|
||||
#include <console.h>
|
||||
#include <watchdog.h>
|
||||
#include <altera.h>
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
* modified by Wolfgang Wegner <w.wegner@astro-kom.de> for ASTRO 5373l
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <config.h>
|
||||
#include <init.h>
|
||||
#include <serial.h>
|
||||
#include <time.h>
|
||||
#include <watchdog.h>
|
||||
#include <command.h>
|
||||
#include <asm/global_data.h>
|
||||
|
||||
Reference in New Issue
Block a user