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/bamboo.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/bamboo.h') diff --git a/include/configs/bamboo.h b/include/configs/bamboo.h index 1b22a3717e2..2e8105afd40 100644 --- a/include/configs/bamboo.h +++ b/include/configs/bamboo.h @@ -32,8 +32,6 @@ /* Reclaim some space. */ #undef CONFIG_SYS_LONGHELP -#define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_early_init_f */ - /* * Please note that, if NAND support is enabled, the 2nd ethernet port * can't be used because of pin multiplexing. So, if you want to use the -- cgit v1.2.3