From df60eea846592998b3fab042fa70bdc2544d64c0 Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Sat, 19 Apr 2008 14:29:56 +0000 Subject: [PATCH] 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 Acked-by: Ward Vandewege git-svn-id: svn://coreboot.org/repository/coreboot-v3@665 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- mainboard/pcengines/alix2c3/defconfig | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/mainboard/pcengines/alix2c3/defconfig b/mainboard/pcengines/alix2c3/defconfig index 32144bb0f8..38f63d4c19 100644 --- a/mainboard/pcengines/alix2c3/defconfig +++ b/mainboard/pcengines/alix2c3/defconfig @@ -90,7 +90,5 @@ CONFIG_NORTHBRIDGE_INTEL_I440BXEMULATION_RAMSIZE=32 # 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