removed the .config file, separated the AVATT payload from the LAB one
[kvm-coreboot.git] / config / payloads / avatt.conf
blob67c9d3e7cb33df3f4f8db4a711c7dc6eaae01c2e
1 # Configuration options for the AVATT payload, which contains a Linux kernel and a minimalist userbase containing the KVM tools
3 # General options for all platforms
5 PAYLOAD_BUILD=scripts/Makefile.avatt
7 ### Payload specific configuration
9 # Specify the default command line for the image
10 COMMAND_LINE=console=tty0 console=ttyS0,115200 rdinit=/linuxrc
12 # This is the version string printed during boot.
14 ifeq ($(CONFIG_PLATFORM_OLPC),y)
15 ROM_VERSION=BTest_$(FIRMWARE_REVISION)
16 else
17 ROM_VERSION="BuildROM AVATT V1.0"
18 endif
20 ###########################################
21 # You shouldn't change anything under this point
22 ###########################################
24 PAYLOAD_ELF=$(OUTPUT_DIR)/avatt-payload.elf
25 PAYLOAD_COMPRESSED=$(OUTPUT_DIR)/avatt-payload.elf.lzma
27 PAYLOAD-y= kernel uclibc busybox zlib kvm
29 PAYLOAD-$(CONFIG_OLPCFLASH) += olpcflash
31 HOSTTOOLS-y += mkelfimage unifdef