Skip to content

Commit

Permalink
#0: Update cast in ncrisc BH init code (#13295)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbradelTT authored Sep 30, 2024
1 parent 5c48afb commit d4f42f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tt_metal/hw/firmware/src/ncrisck.cc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ void kernel_launch() {
#endif
#else
#ifdef ARCH_BLACKHOLE
firmware_kernel_common_init((uint32_t)__kernel_init_local_l1_base);
firmware_kernel_common_init((void tt_l1_ptr *)__kernel_init_local_l1_base);
#else
firmware_kernel_common_init((void tt_l1_ptr *)(MEM_NCRISC_INIT_IRAM_L1_BASE + (uint32_t)__kernel_init_local_l1_base - MEM_NCRISC_IRAM_BASE));
#endif
Expand Down

0 comments on commit d4f42f4

Please sign in to comment.