Rev 1898 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1898 | Rev 1911 | ||
---|---|---|---|
Line 43... | Line 43... | ||
43 | #include <debug.h> |
43 | #include <debug.h> |
44 | 44 | ||
45 | bool ofw_upa_apply_ranges(ofw_tree_node_t *node, ofw_upa_reg_t *reg, uintptr_t *pa) |
45 | bool ofw_upa_apply_ranges(ofw_tree_node_t *node, ofw_upa_reg_t *reg, uintptr_t *pa) |
46 | { |
46 | { |
47 | *pa = reg->addr; |
47 | *pa = reg->addr; |
48 | return false; |
48 | return true; |
49 | } |
49 | } |
50 | 50 | ||
51 | /** @} |
51 | /** @} |
52 | */ |
52 | */ |