From a5d67547dd9c7a527dfda1967010e703a22441ff Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 23 Jan 2017 13:31:20 -0700 Subject: Convert CONFIG_BOARD_EARLY_INIT_F to Kconfig This converts the following to Kconfig: CONFIG_BOARD_EARLY_INIT_F Signed-off-by: Simon Glass --- include/configs/PLU405.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/PLU405.h') diff --git a/include/configs/PLU405.h b/include/configs/PLU405.h index 0967577e471..91450624d45 100644 --- a/include/configs/PLU405.h +++ b/include/configs/PLU405.h @@ -22,7 +22,6 @@ #define CONFIG_SYS_TEXT_BASE 0xFFF80000 -#define CONFIG_BOARD_EARLY_INIT_F 1 /* call board_early_init_f() */ #define CONFIG_MISC_INIT_R 1 /* call misc_init_r() */ #define CONFIG_SYS_CLK_FREQ 33333400 /* external frequency to pll */ -- cgit v1.2.3