Skip to content
Snippets Groups Projects
Commit 9502d036 authored by Nobuhiro Iwamatsu's avatar Nobuhiro Iwamatsu Committed by Nobuhiro Iwamatsu
Browse files

arm: rmobile: alt: Remove board_late_init function


Alt board does not use board_late_init function.
This removes this function and define of BOARD_LATE_INIT from config.

Signed-off-by: default avatarNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: default avatarNobuhiro Iwamatsu <iwamatsu@nigauri.org>
parent 8d174996
No related branches found
No related tags found
No related merge requests found
...@@ -155,11 +155,6 @@ void dram_init_banksize(void) ...@@ -155,11 +155,6 @@ void dram_init_banksize(void)
gd->bd->bi_dram[0].size = ALT_SDRAM_SIZE; gd->bd->bi_dram[0].size = ALT_SDRAM_SIZE;
} }
int board_late_init(void)
{
return 0;
}
void reset_cpu(ulong addr) void reset_cpu(ulong addr)
{ {
u8 val; u8 val;
......
...@@ -49,9 +49,7 @@ ...@@ -49,9 +49,7 @@
#define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_SETUP_MEMORY_TAGS
#define CONFIG_INITRD_TAG #define CONFIG_INITRD_TAG
#define CONFIG_CMDLINE_EDITING #define CONFIG_CMDLINE_EDITING
#define CONFIG_OF_LIBFDT #define CONFIG_OF_LIBFDT
#define BOARD_LATE_INIT
#define CONFIG_BAUDRATE 38400 #define CONFIG_BAUDRATE 38400
#define CONFIG_BOOTDELAY 3 #define CONFIG_BOOTDELAY 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment