Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/fwupgrade/fwupgrade_hal.c
Original file line number Diff line number Diff line change
Expand Up @@ -1324,8 +1324,8 @@ int main(int argc, char **argv) {
run_command(cmd, NULL, 0);

snprintf(cmd, sizeof(cmd),
"dmcli eRT setv Device.DeviceInfo.X_RDKCENTRAL-COM_FirmwareDownloadURL string \"%s://%s:%d\"",
g_firmwareProtocol, g_firmwareLocation, port_num);
"dmcli eRT setv Device.DeviceInfo.X_RDKCENTRAL-COM_FirmwareDownloadURL string \"%s://%s\"",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why hal is depending on rdk-b ??

g_firmwareProtocol, g_firmwareLocation);
run_command(cmd, NULL, 0);

snprintf(cmd, sizeof(cmd),
Expand Down
Loading