X-Git-Url: https://git.ti.com/gitweb?p=keystone-rtos%2Fibl.git;a=blobdiff_plain;f=src%2Fdevice%2Fc66x%2Fc66x.c;h=a285ca503f9f97f596e4649cfa93a1220a4b4d71;hp=7fe8c3e50d9f0bff891fe2dcec5d631300d416e8;hb=bba39289e7a1c6d840e3f53e9de8c3a38accb9e0;hpb=d39ea3b26f79c0b4a4b735f70329cc3761148323 diff --git a/src/device/c66x/c66x.c b/src/device/c66x/c66x.c index 7fe8c3e..a285ca5 100755 --- a/src/device/c66x/c66x.c +++ b/src/device/c66x/c66x.c @@ -138,7 +138,7 @@ void deviceDdrConfig (void) if (ibl.ddrConfig.configDdr != 0) hwEmif4p0Enable (&ibl.ddrConfig.uEmif.emif4p0); -#ifdef DDR3_TEST_ENABLE +#ifdef PLL_REINIT_WORKAROUND for (loopcount = 0; loopcount < PLL_DDR_INIT_LOOPMAX; loopcount++) { if (ddr3_memory_test() == 0) @@ -170,9 +170,9 @@ void deviceDdrConfig (void) if (ibl.ddrConfig.configDdr != 0) hwEmif4p0Enable (&ibl.ddrConfig.uEmif.emif4p0); - /* Init UART - uart_init();*/ } + /* Init UART again because we are re-initializing the PLL's */ + uart_init(); if (loopcount < 10) {