Skip to content

Commit

Permalink
Restoring cluster default boot address to L2 Port 0 in sw_seq test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvan Tortorella committed Oct 6, 2023
1 parent 6c68c6d commit 7d6c289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/tests/bare-metal/hostd/sw_rst_seq.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ int main(void)
if (readw(CAR_INT_CLUSTER_BOOT_ADDR_REG) != magic)
return EINTCLNOACCES;

volatile uint32_t pulp_boot_addr_rst_value = 0x78200000;
volatile uint32_t pulp_boot_addr_rst_value = 0x78000000;
car_reset_domain(CAR_PULP_RST);
if (readw(CAR_INT_CLUSTER_BOOT_ADDR_REG) != pulp_boot_addr_rst_value)
return EINTCLNOACCES;
Expand Down

0 comments on commit 7d6c289

Please sign in to comment.