git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add el1 transfer at the boot stage in case higher EL is implemented
[lunaix-os.git]
/
lunaix-os
/
hal
/
bus
/
pci.c
diff --git
a/lunaix-os/hal/bus/pci.c
b/lunaix-os/hal/bus/pci.c
index 0543d0aef8e9ba943e58845b5ab8d1ab1ac22c0e..d13acd6f4645ef88fd1a327f51db2b0f23536498 100644
(file)
--- a/
lunaix-os/hal/bus/pci.c
+++ b/
lunaix-os/hal/bus/pci.c
@@
-559,7
+559,7
@@
pci_create(struct device_def* def, morph_t* obj)
#ifdef CONFIG_USE_DEVICETREE
devtree_link_t devtree_node;
- devtree_node = changeling_try_reveal(obj, dt_
node_
morpher);
+ devtree_node = changeling_try_reveal(obj, dt_morpher);
device_set_devtree_node(pci_bridge, devtree_node);
#endif