Skip to content

Commit

Permalink
sw: Remove car_init from cache partitioning R/W test
Browse files Browse the repository at this point in the history
* Not needed, since LLc is in the host domain (always-on)
  • Loading branch information
alex96295 committed Nov 10, 2023
1 parent b5558ae commit 6e2f6cd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sw/tests/bare-metal/hostd/cache_partitioning_basic.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ int main(void)
{
int err = 0;

// Init the HW
car_init_start();

// Init UART
uint32_t rtc_freq = *reg32(&__base_regs, CHESHIRE_RTC_FREQ_REG_OFFSET);
uint64_t reset_freq = clint_get_core_freq(rtc_freq, 2500);
Expand Down

0 comments on commit 6e2f6cd

Please sign in to comment.