[coreboot] [patch 2/3] Fixup VSA fetching code

Peter Stuge peter at stuge.se
Thu Feb 21 02:54:17 CET 2008


On Wed, Feb 20, 2008 at 04:28:58PM -0700, jordan.crouse at amd.com wrote:
> +config PLATFORM_GEODE
> +	bool
> +	default n
> +

..



> @@ -45,27 +45,32 @@
>         bool "AMD Geode LX 'Norwich'"
>         depends VENDOR_AMD
>         select PLATFORM
> +       select PLATFORM_GEODE
>  
>  config PLATFORM_DBE61
>         bool "Artec Group DBE61"
>         depends VENDOR_ARTEC_GROUP
>         select PLATFORM
> +       select PLATFORM_GEODE

Should PLATFORM_GEODE select PLATFORM?


//Peter




More information about the coreboot mailing list