Commit bd0a2bfd authored by Adam Wujek's avatar Adam Wujek

arch/lm32: keep pointer to ppg_static only if ppsi is compiled in

Signed-off-by: 's avatarAdam Wujek <adam.wujek@creotech.pl>
parent c72ecc7c
......@@ -119,8 +119,10 @@ _true_reset:
.word softpll
.org FIFO_LOG_PADDR
.word fifo_log
#ifdef CONFIG_PPSI
.org PPG_STATIC_PADDR
.word ppg_static
#endif
.org STATS_PADDR
.word stats
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment