summaryrefslogtreecommitdiff
path: root/board/freescale/m5253demo
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-11 05:59:30 +0300
committerTom Rini <trini@konsulko.com>2022-06-29 00:03:32 +0300
commit713a8cbb94896350b047c590d0246c1d1fe1400f (patch)
tree7b1c1503a38d02cd9e3a2e2a837444aa3a6fcf05 /board/freescale/m5253demo
parent9836c433094ebbd8e4d06152d09b9a72013d7772 (diff)
downloadu-boot-713a8cbb94896350b047c590d0246c1d1fe1400f.tar.xz
block: ide: Remove ide_preinit function
The only platform currently that defines an ide_preinit function has an empty one that immediately returns. Remove this hook. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/freescale/m5253demo')
-rw-r--r--board/freescale/m5253demo/m5253demo.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/board/freescale/m5253demo/m5253demo.c b/board/freescale/m5253demo/m5253demo.c
index 2a4703579d..85f5f0c034 100644
--- a/board/freescale/m5253demo/m5253demo.c
+++ b/board/freescale/m5253demo/m5253demo.c
@@ -93,11 +93,6 @@ int testdram(void)
#ifdef CONFIG_IDE
#include <ata.h>
-int ide_preinit(void)
-{
- return (0);
-}
-
void ide_set_reset(int idereset)
{
atac_t *ata = (atac_t *) CONFIG_SYS_ATA_BASE_ADDR;