X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=board%2Fbachmann%2Fot1200%2Fot1200.c;h=acf95cb372ac2a48c574bce6005c3bce4575f4c4;hp=2962e0c1f471b9cd61c27a3c390da3ff3524c2df;hb=3f97af5302ee15530411232b464d255eb2ff2ffb;hpb=2e3a1f4d1d38eeb641b7f2e40b234372c45a44b5 diff --git a/board/bachmann/ot1200/ot1200.c b/board/bachmann/ot1200/ot1200.c index 2962e0c1f4..acf95cb372 100644 --- a/board/bachmann/ot1200/ot1200.c +++ b/board/bachmann/ot1200/ot1200.c @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include @@ -230,6 +231,10 @@ int board_init(void) /* enable ecspi3 clocks */ enable_cspi_clock(1, 2); +#ifdef CONFIG_CMD_SATA + setup_sata(); +#endif + return 0; }