mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
arm/km: rename BOARD_LATE_INIT to CONFIG_BOARD_LATE_INIT
commit 9660e442
cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INIT
removes BOARD_LATE_INIT and uses CONFIG_BOARD_LATE_INIT instead.
Therefore we have to use this define.
Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
cc: Valentin Longchamp <valentin.longchamp@keymile.com>
cc: Prafulla Wadaskar <prafulla@marvell.com>
Acked-by: Prafulla Wadaskar <prafulla@marvell.com>
This commit is contained in:
parent
7070b550be
commit
45bd01ef35
1 changed files with 1 additions and 1 deletions
|
@ -320,6 +320,6 @@ int get_scl(void);
|
|||
#define CONFIG_CMD_DIAG
|
||||
|
||||
/* we do the whole PCIe FPGA config stuff here */
|
||||
#define BOARD_LATE_INIT
|
||||
#define CONFIG_BOARD_LATE_INIT
|
||||
|
||||
#endif /* _CONFIG_KM_ARM_H */
|
||||
|
|
Loading…
Reference in a new issue