Author: uwe Date: 2009-10-25 00:42:53 +0200 (Sun, 25 Oct 2009) New Revision: 4850
Modified: trunk/coreboot-v2/src/cpu/Kconfig Log: Fix kconfig build error due to "source"ing a non-existant file (trivial). Signed-off-by: Uwe Hermann <[email protected]> Acked-by: Uwe Hermann <[email protected]> Modified: trunk/coreboot-v2/src/cpu/Kconfig =================================================================== --- trunk/coreboot-v2/src/cpu/Kconfig 2009-10-24 19:17:24 UTC (rev 4849) +++ trunk/coreboot-v2/src/cpu/Kconfig 2009-10-24 22:42:53 UTC (rev 4850) @@ -3,7 +3,6 @@ source src/cpu/intel/Kconfig source src/cpu/via/Kconfig source src/cpu/x86/Kconfig -source src/cpu/ppc/Kconfig config USE_DCACHE_RAM bool -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

