diff options
author | Simon Glass | 2023-04-25 10:54:28 -0600 |
---|---|---|
committer | Tom Rini | 2023-04-27 13:51:06 -0400 |
commit | 091785110031efe1f417a727ac7db68f2beb3116 (patch) | |
tree | 2f5bd1750f8a92acc73768aabcc6f3fd5df17976 /include | |
parent | 4d89f4bf2d7db2e03f4c9d85b00f64cf7804be58 (diff) |
ide: Drop CONFIG_START_IDE
This is not used by any board. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/ide.h | 7 |
1 files changed, 0 insertions, 7 deletions
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 */ |