diff options
| author | Simon Glass <[email protected]> | 2023-04-25 10:54:28 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-04-27 13:51:06 -0400 |
| commit | 091785110031efe1f417a727ac7db68f2beb3116 (patch) | |
| tree | 2f5bd1750f8a92acc73768aabcc6f3fd5df17976 /common/board_r.c | |
| parent | 4d89f4bf2d7db2e03f4c9d85b00f64cf7804be58 (diff) | |
ide: Drop CONFIG_START_IDE
This is not used by any board. Drop it.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'common/board_r.c')
| -rw-r--r-- | common/board_r.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/common/board_r.c b/common/board_r.c index 6b4180b3ecd..7076af64f5d 100644 --- a/common/board_r.c +++ b/common/board_r.c @@ -523,12 +523,7 @@ static int initr_post(void) static int initr_ide(void) { puts("IDE: "); -#if defined(CONFIG_START_IDE) - if (board_start_ide()) - ide_init(); -#else ide_init(); -#endif return 0; } #endif |
