From a8523a808fd05e4b1c1df63bc40744dd3fd318f4 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 23 Jan 2017 13:31:27 -0700 Subject: Drop CONFIG_CMD_DOC This is not used in U-Boot, and the only usage calls a non-existent function. Drop it. Signed-off-by: Simon Glass --- board/mpl/common/common_util.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'board/mpl/common/common_util.h') diff --git a/board/mpl/common/common_util.h b/board/mpl/common/common_util.h index 22f5c2e6d8..127853d29b 100644 --- a/board/mpl/common/common_util.h +++ b/board/mpl/common/common_util.h @@ -23,8 +23,5 @@ int get_boot_mode(void); void setup_cs_reloc(void); void check_env(void); -#if defined(CONFIG_CMD_DOC) -void doc_init (void); -#endif #endif /* _COMMON_UTIL_H_ */ -- cgit