[LinuxBIOS] Config file dependencies

Stefan Reinauer stepan at openbios.org
Thu Oct 27 09:26:13 CEST 2005


Hi,

> @@ -130,10 +130,10 @@
>  ##
>  ## enable CACHE_AS_RAM specifics
>  ##
> -default USE_DCACHE_RAM=1
> +default USE_DCACHE_RAM=0
>  default DCACHE_RAM_BASE=0xcf000
>  default DCACHE_RAM_SIZE=0x1000
> -default CONFIG_USE_INIT=1
> +default CONFIG_USE_INIT=0


The config files have a number of dependencies like the above.
USE_DCACHE_RAM needs CONFIG_USE_INIT otherwise it won't work.

Should we put this dependency in another place? Keeping such 
things in mind should be part of the LinuxBIOS configuration, 
not the LinuxBIOS (mainboard) developer.. 

Stefan





More information about the coreboot mailing list