[coreboot] [PATCH] Update PCI dev_root struct definition generation explanation comment to v3 reality

Mart Raudsepp mart.raudsepp at artecdesign.ee
Tue Jan 6 16:09:32 CET 2009


Update PCI dev_root struct definition generation explanation comment to v3 reality

v3 uses dtc to create $(obj)/mainboard/$(MAINBOARDDIR)/statictree.c not the config.py tool as in v2.

Signed-off-by: Mart Raudsepp <mart.raudsepp at artecdesign.ee>
---
 device/root_device.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/device/root_device.c b/device/root_device.c
index 8d809bc..34b74d3 100644
--- a/device/root_device.c
+++ b/device/root_device.c
@@ -200,6 +200,7 @@ struct device_operations default_dev_ops_root = {
  * The root of device tree.
  *
  * This is the root of the device tree. The device tree is defined in the
- * static.c file and is generated by config tool during compile time.
+ * build/mainboard/<board>/statictree.c file and is generated by the dtc util
+ * during build time.
  */
 extern struct device dev_root;
-- 
1.6.0.4





More information about the coreboot mailing list