[coreboot] r665 - coreboot-v3/mainboard/pcengines/alix2c3

svn at coreboot.org svn at coreboot.org
Sat Apr 19 16:29:57 CEST 2008


Author: ward
Date: 2008-04-19 16:29:56 +0200 (Sat, 19 Apr 2008)
New Revision: 665

Modified:
   coreboot-v3/mainboard/pcengines/alix2c3/defconfig
Log:

The default config (used by buildrom) should not have a payload defined.
Buildrom handles that.

This is a trivial patch.

Signed-off-by: Ward Vandewege <ward at gnu.org>
Acked-by: Ward Vandewege <ward at gnu.org>



Modified: coreboot-v3/mainboard/pcengines/alix2c3/defconfig
===================================================================
--- coreboot-v3/mainboard/pcengines/alix2c3/defconfig	2008-04-18 07:37:43 UTC (rev 664)
+++ coreboot-v3/mainboard/pcengines/alix2c3/defconfig	2008-04-19 14:29:56 UTC (rev 665)
@@ -90,7 +90,5 @@
 # Payload
 #
 # CONFIG_PAYLOAD_ELF_LOADER is not set
-CONFIG_PAYLOAD_ELF=y
-# CONFIG_PAYLOAD_NONE is not set
-CONFIG_PAYLOAD_FILE="../payload.elf"
-# CONFIG_ZERO_AFTER_PAYLOAD is not set
+# CONFIG_PAYLOAD_ELF is not set
+CONFIG_PAYLOAD_NONE=y





More information about the coreboot mailing list