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 peter@stuge.se