summaryrefslogtreecommitdiffstats
path: root/include/configs/SPD823TS.h
diff options
context:
space:
mode:
authorPavel Herrmann <morpheus.ibis@gmail.com>2012-10-09 07:01:56 +0000
committerTom Rini <trini@ti.com>2012-10-17 07:59:08 -0700
commit8d1165e11a7aad00a2bbb05f20bacf021f6d1c12 (patch)
tree0f87522d48fc98c0b67c6bf9482cb9efaad67537 /include/configs/SPD823TS.h
parent94fa029a6d1fcf58c4cecc46326f766425bdb918 (diff)
downloadtalos-obmc-uboot-8d1165e11a7aad00a2bbb05f20bacf021f6d1c12.tar.gz
talos-obmc-uboot-8d1165e11a7aad00a2bbb05f20bacf021f6d1c12.zip
split mpc8xx hooks from cmd_ide.c
move most of mpc8xx hooks from cmd_ide.c into ide_preinit() and newly created ide_init_postreset() (invoked after calling ide_reset after ide_preinit), some cleanup to make checkpatch happy, enable IDE init hooks in configs of affected boards. confusingly, these hooks are used by more than just mpc8xx-based boards, and therefore are placed in arch/ppc/lib/ note: checkpatch still emits warnings about using volatile Signed-off-by: Pavel Herrmann <morpheus.ibis@gmail.com>
Diffstat (limited to 'include/configs/SPD823TS.h')
-rw-r--r--include/configs/SPD823TS.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/SPD823TS.h b/include/configs/SPD823TS.h
index cffeb11447..72ea217e54 100644
--- a/include/configs/SPD823TS.h
+++ b/include/configs/SPD823TS.h
@@ -303,6 +303,8 @@
* IDE/ATA stuff
*-----------------------------------------------------------------------
*/
+#define CONFIG_IDE_PREINIT 1 /* Use preinit IDE hook */
+#define CONFIG_IDE_INIT_POSTRESET 1 /* Use postreset IDE hook */
#define CONFIG_IDE_8xx_DIRECT 1 /* PCMCIA interface required */
#define CONFIG_IDE_LED 1 /* LED for ide supported */
#define CONFIG_IDE_RESET 1 /* reset for ide supported */
OpenPOWER on IntegriCloud