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:
Dhaval Khandla 2023-08-21 11:28:10 +05:30
parent 745b57dcee
commit 9ac546cfd9
2 changed files with 0 additions and 4 deletions

View File

@ -523,8 +523,6 @@ void hdsl_init(void)
hdsl_pruss_init();
HDSL_iep_init(gHdslHandleCh0);
DebugP_log("\r\nPress Enter to start application\n");
DebugP_scanf("%d",&ES);
ClockP_usleep(5000);
if(CONFIG_HDSL0_MODE==0)
{

View File

@ -452,8 +452,6 @@ void hdsl_init(void)
HwiP_construct(&gPRUHwiObject, &hwiPrms);
HDSL_iep_init(gHdslHandleCh0);
DebugP_log("\r\nPress Enter to start application\n");
DebugP_scanf("%d",&ES);
ClockP_usleep(5000);
if(CONFIG_HDSL0_MODE==0)