diff options
author | Nobuhiro Iwamatsu | 2014-11-06 15:43:34 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu | 2014-11-10 09:45:33 +0900 |
commit | 0c4a1b0fffcb0739e5444ff0689b7c38b385d193 (patch) | |
tree | 385f43fc78f61bf257466b7ec5e1c329c8e5df68 /include/configs/koelsch.h | |
parent | c3bd3776c7b2256b311208774965abbbaaf6eb30 (diff) |
arm: rmobile: koelsch: Remove board_late_init function
Koelsch 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>
Diffstat (limited to 'include/configs/koelsch.h')
-rw-r--r-- | include/configs/koelsch.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/koelsch.h b/include/configs/koelsch.h index 3ccadd0af73..27ef2832b68 100644 --- a/include/configs/koelsch.h +++ b/include/configs/koelsch.h @@ -58,7 +58,6 @@ #define CONFIG_CMDLINE_EDITING #define CONFIG_OF_LIBFDT -#define BOARD_LATE_INIT #define CONFIG_BAUDRATE 38400 #define CONFIG_BOOTDELAY 3 |