Revert part of r294418 ("Correct ranges...")
Commit was temporary fix due to rman_res_t defined as 32-bit u_long. After redefining it as 64-bit variable workaround is not needed and was removed. Submitted by: Bartosz Szczepanek <bsz@semihalf.com> Obtained from: Semihalf Sponsored by: Stormshield Differential revision: https://reviews.freebsd.org/D6214
This commit is contained in:
parent
6d76822688
commit
eb69f795f1
@ -59,7 +59,7 @@
|
||||
};
|
||||
|
||||
soc {
|
||||
ranges = <0 0 0xf1000000 0x100000>;
|
||||
ranges = <MBUS_ID(0xf0, 0x01) 0 0xf1000000 0x100000>;
|
||||
|
||||
internal-regs {
|
||||
spi@10600 {
|
||||
|
Loading…
Reference in New Issue
Block a user