mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-13 14:06:07 -04:00
arm: Remove use of board_early_init_r/last_stage_init()
These boards define CONFIG_LAST_STAGE_INIT and CONFIG_BOARD_EARLY_INIT_R but these options are not available on ARM. Move them into the powerpc common file instead. This change affects: km_kirkwood_pci, mgcoge3un, kmnusa, kmcoge5un, km_kirkwood and portl2. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
8cae8a68ed
commit
ea8c37da8e
@ -24,10 +24,6 @@
|
|||||||
#ifndef __CONFIG_KEYMILE_H
|
#ifndef __CONFIG_KEYMILE_H
|
||||||
#define __CONFIG_KEYMILE_H
|
#define __CONFIG_KEYMILE_H
|
||||||
|
|
||||||
/* Do boardspecific init for all boards */
|
|
||||||
#define CONFIG_BOARD_EARLY_INIT_R
|
|
||||||
#define CONFIG_LAST_STAGE_INIT
|
|
||||||
|
|
||||||
#define CONFIG_BOOTCOUNT_LIMIT
|
#define CONFIG_BOOTCOUNT_LIMIT
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -24,6 +24,10 @@
|
|||||||
#ifndef __CONFIG_KEYMILE_POWERPC_H
|
#ifndef __CONFIG_KEYMILE_POWERPC_H
|
||||||
#define __CONFIG_KEYMILE_POWERPC_H
|
#define __CONFIG_KEYMILE_POWERPC_H
|
||||||
|
|
||||||
|
/* Do boardspecific init for all boards */
|
||||||
|
#define CONFIG_BOARD_EARLY_INIT_R
|
||||||
|
#define CONFIG_LAST_STAGE_INIT
|
||||||
|
|
||||||
#define CONFIG_BOOTCOUNT_LIMIT
|
#define CONFIG_BOOTCOUNT_LIMIT
|
||||||
|
|
||||||
#define CONFIG_CMD_DTT
|
#define CONFIG_CMD_DTT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user