mirror of https://github.com/thesofproject/sof.git
boot_loader: remove deprecated comment
Removes deprecated comment from boot_loader. Memory window is enabled by ROM even before FW is loaded, so there is no need for usage of additional registers. Signed-off-by: Tomasz Lauda <tomasz.lauda@linux.intel.com>
This commit is contained in:
parent
8eb6a7861d
commit
96a544e640
|
@ -236,7 +236,6 @@ void boot_master_core(void)
|
|||
{
|
||||
int32_t result;
|
||||
|
||||
/* TODO: platform trace should write to HW IPC regs on CNL */
|
||||
platform_trace_point(TRACE_BOOT_LDR_ENTRY);
|
||||
|
||||
/* init the HPSRAM */
|
||||
|
|
Loading…
Reference in New Issue