Skip to content

Commit

Permalink
trivial: change smmu to tk1 guard
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Scott <[email protected]>
  • Loading branch information
Oliver Scott authored and Oliver Scott committed Nov 5, 2020
1 parent fa0d94d commit a0618cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camkes/templates/component.simple.c
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ void camkes_make_simple(simple_t *simple) {
simple->sched_ctrl = &camkes_simple_sched_ctrl;
simple->core_count = &camkes_simple_core_count;
#endif
#ifdef CONFIG_ARM_SMMU
#ifdef CONFIG_TK1_SMMU
simple->arch_simple.iospace_cap_count = simple_camkes_get_iospace_cap_count;
simple->arch_simple.iospace_get_nth_cap = simple_camkes_get_iospace_nth_cap;
#endif
Expand Down

0 comments on commit a0618cc

Please sign in to comment.