Rudolf Marek wrote:
> +++ src/arch/i386/Makefile.tinybootblock.inc  (working copy)
> @@ -24,12 +24,20 @@
>  bootblock_lds += $(src)/cpu/x86/16bit/entry16.lds
>  bootblock_lds += $(src)/cpu/x86/16bit/reset16.lds
>  bootblock_lds += $(src)/arch/i386/lib/id.lds
> +ifeq ($(CONFIG_SOUTHBRIDGE_VIA_K8T890),y)
> +bootblock_lds += $(src)/southbridge/via/k8t890/romstrap.lds
> +endif
..
> +
> +ifeq ($(CONFIG_SOUTHBRIDGE_VIA_K8T890),y)
> +bootblock_inc += $(src)/southbridge/via/k8t890/romstrap.inc
> +endif
> +

Could these hunks go into a Makefile under southbridge/via/k8t890/
and become unconditional?

Lovely!

Acked-by: Peter Stuge <[email protected]>

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to