am64x/am243x: hdsl: Remove the scanf waiting for Enter during initialization
Fixes: PINDSW-6517 Signed-off-by: Dhaval Khandla <dhavaljk@ti.com>
This commit is contained in:
parent
745b57dcee
commit
9ac546cfd9
@ -523,8 +523,6 @@ void hdsl_init(void)
|
|||||||
hdsl_pruss_init();
|
hdsl_pruss_init();
|
||||||
|
|
||||||
HDSL_iep_init(gHdslHandleCh0);
|
HDSL_iep_init(gHdslHandleCh0);
|
||||||
DebugP_log("\r\nPress Enter to start application\n");
|
|
||||||
DebugP_scanf("%d",&ES);
|
|
||||||
ClockP_usleep(5000);
|
ClockP_usleep(5000);
|
||||||
if(CONFIG_HDSL0_MODE==0)
|
if(CONFIG_HDSL0_MODE==0)
|
||||||
{
|
{
|
||||||
|
|||||||
@ -452,8 +452,6 @@ void hdsl_init(void)
|
|||||||
HwiP_construct(&gPRUHwiObject, &hwiPrms);
|
HwiP_construct(&gPRUHwiObject, &hwiPrms);
|
||||||
|
|
||||||
HDSL_iep_init(gHdslHandleCh0);
|
HDSL_iep_init(gHdslHandleCh0);
|
||||||
DebugP_log("\r\nPress Enter to start application\n");
|
|
||||||
DebugP_scanf("%d",&ES);
|
|
||||||
ClockP_usleep(5000);
|
ClockP_usleep(5000);
|
||||||
|
|
||||||
if(CONFIG_HDSL0_MODE==0)
|
if(CONFIG_HDSL0_MODE==0)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user