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 --- include/common.h | 3 --- include/config_cmd_all.h | 1 - 2 files changed, 4 deletions(-) (limited to 'include') diff --git a/include/common.h b/include/common.h index 35ac78f..fbbc2cb 100644 --- a/include/common.h +++ b/include/common.h @@ -346,9 +346,6 @@ extern ulong load_addr; /* Default Load Address */ extern ulong save_addr; /* Default Save Address */ extern ulong save_size; /* Default Save Size */ -/* common/cmd_doc.c */ -void doc_probe(unsigned long physadr); - /* common/cmd_net.c */ int do_tftpb(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]); diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h index 0c4f645..a0d4e94 100644 --- a/include/config_cmd_all.h +++ b/include/config_cmd_all.h @@ -20,7 +20,6 @@ #define CONFIG_CMD_DATE /* support for RTC, date/time...*/ #define CONFIG_CMD_DIAG /* Diagnostics */ #define CONFIG_CMD_DISPLAY /* Display support */ -#define CONFIG_CMD_DOC /* Disk-On-Chip Support */ #define CONFIG_CMD_DTT /* Digital Therm and Thermostat */ #define CONFIG_CMD_EEPROM /* EEPROM read/write support */ #define CONFIG_CMD_FDC /* Floppy Disk Support */ -- cgit v1.1