From 99556d7debe02d3af4c1b5cc17ad5fa457c2ce67 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Mon, 27 Apr 2015 23:22:28 +0800 Subject: x86: Kconfig: Remove deprecated CONFIG_SYS_EXTRA_OPTIONS Currently all x86 boards still use CONFIG_SYS_EXTRA_OPTIONS to define the text base address. Since it is deprecated, just remove it and use CONFIG_SYS_TEXT_BASE directly. Signed-off-by: Bin Meng Acked-by: Simon Glass --- configs/coreboot-x86_defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'configs/coreboot-x86_defconfig') diff --git a/configs/coreboot-x86_defconfig b/configs/coreboot-x86_defconfig index eb192ae42c..799853f33c 100644 --- a/configs/coreboot-x86_defconfig +++ b/configs/coreboot-x86_defconfig @@ -1,4 +1,3 @@ -CONFIG_SYS_EXTRA_OPTIONS="SYS_TEXT_BASE=0x01110000" CONFIG_X86=y CONFIG_VENDOR_COREBOOT=y CONFIG_TARGET_COREBOOT=y -- cgit v1.2.3