From 091785110031efe1f417a727ac7db68f2beb3116 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 25 Apr 2023 10:54:28 -0600 Subject: ide: Drop CONFIG_START_IDE This is not used by any board. Drop it. Signed-off-by: Simon Glass --- include/ide.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include') diff --git a/include/ide.h b/include/ide.h index 58f6640c61b..9c0d40364a8 100644 --- a/include/ide.h +++ b/include/ide.h @@ -47,11 +47,4 @@ void ide_output_data_shorts(int dev, ushort *sect_buf, int shorts); void ide_led(uchar led, uchar status); -/** - * board_start_ide() - Start up the board IDE interfac - * - * Return: 0 if ok - */ -int board_start_ide(void); - #endif /* _IDE_H */ -- cgit v1.3.1