mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
ARM: uniphier: remove unneeded header inclusion from board_late_init.c
<nand.h> is unneeded since commit9248a78f40
("ARM: UniPhier: remove Denali NAND controller fixup code"). <linux/io.h> is uneeded since commit1320fa2e55
("ARM: uniphier: remove workaround for the NAND write protect"). Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
2dbb6beb00
commit
055e5ad287
1 changed files with 1 additions and 2 deletions
|
@ -9,9 +9,7 @@
|
|||
#include <init.h>
|
||||
#include <spl.h>
|
||||
#include <linux/libfdt.h>
|
||||
#include <nand.h>
|
||||
#include <stdio.h>
|
||||
#include <linux/io.h>
|
||||
#include <linux/printk.h>
|
||||
|
||||
#include "init.h"
|
||||
|
@ -53,6 +51,7 @@ fail:
|
|||
|
||||
static void uniphier_set_env_addr(const char *env, const char *offset_env)
|
||||
{
|
||||
DECLARE_GLOBAL_DATA_PTR;
|
||||
unsigned long offset = 0;
|
||||
const char *str;
|
||||
char *end;
|
||||
|
|
Loading…
Add table
Reference in a new issue