mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
arm: rmobile: lager: Remove board_late_init function
Lager board does not use board_late_init function. This removes this function and define of BOARD_LATE_INIT from config. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
parent
0c4a1b0fff
commit
8d174996c7
2 changed files with 0 additions and 6 deletions
|
@ -180,11 +180,6 @@ void dram_init_banksize(void)
|
|||
gd->bd->bi_dram[0].size = LAGER_SDRAM_SIZE;
|
||||
}
|
||||
|
||||
int board_late_init(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
void reset_cpu(ulong addr)
|
||||
{
|
||||
u8 val;
|
||||
|
|
|
@ -58,7 +58,6 @@
|
|||
#define CONFIG_OF_LIBFDT
|
||||
|
||||
/* #define CONFIG_OF_LIBFDT */
|
||||
#define BOARD_LATE_INIT
|
||||
|
||||
#define CONFIG_BAUDRATE 38400
|
||||
#define CONFIG_BOOTDELAY 3
|
||||
|
|
Loading…
Reference in a new issue