From 9b83058be4df60143f4760509bf50aa8926a8c2f Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Fri, 28 Feb 2014 21:02:48 +0200 Subject: [PATCH] projects/Generic/linux/linux.x86_64.conf: enable CONFIG_RELOCATABLE required for efi boot with syslinux --- projects/Generic/linux/linux.x86_64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/Generic/linux/linux.x86_64.conf b/projects/Generic/linux/linux.x86_64.conf index 05ff20fb3f..d38c2376b6 100644 --- a/projects/Generic/linux/linux.x86_64.conf +++ b/projects/Generic/linux/linux.x86_64.conf @@ -443,7 +443,7 @@ CONFIG_SCHED_HRTICK=y # CONFIG_KEXEC is not set # CONFIG_CRASH_DUMP is not set CONFIG_PHYSICAL_START=0x1000000 -# CONFIG_RELOCATABLE is not set +CONFIG_RELOCATABLE=y CONFIG_PHYSICAL_ALIGN=0x1000000 CONFIG_HOTPLUG_CPU=y # CONFIG_BOOTPARAM_HOTPLUG_CPU0 is not set