From 0c4a1b0fffcb0739e5444ff0689b7c38b385d193 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Thu, 6 Nov 2014 15:43:34 +0900 Subject: 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 Signed-off-by: Nobuhiro Iwamatsu --- include/configs/koelsch.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs') diff --git a/include/configs/koelsch.h b/include/configs/koelsch.h index 3ccadd0..27ef283 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 -- cgit v1.1