[coreboot] [PATCH] more warnings

Peter Stuge peter at stuge.se
Fri Oct 9 22:17:02 CEST 2009


Myles Watson wrote:
> +++ svn/src/include/device/device.h
> @@ -90,7 +90,11 @@ struct device {
>  	void *chip_info;
>  };
>  
> -extern struct device	dev_root;	/* root bus */
> +/**
> + * This is the root of the device tree. The device tree is defined in the
> + * static.c file and is generated by the config tool at compile time.
> + */
> +extern struct device	dev_root;

Do we actually have a static.c file?

How does this change with Kconfig?

It's related to devicetree.cb somehow, right?


//Peter




More information about the coreboot mailing list