From 6842c0293c743ae9191d0d78fe38e1eba8391265 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Tue, 29 Sep 2009 17:28:13 +0000 Subject: Remove MAINBOARD_OPTIONS, which is a relic from early kconfig development. Signed-off-by: Patrick Georgi Acked-by: Ronald G. Minnich Acked-by: Myles Watson git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4687 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- documentation/Kconfig.tex | 9 --------- 1 file changed, 9 deletions(-) (limited to 'documentation/Kconfig.tex') diff --git a/documentation/Kconfig.tex b/documentation/Kconfig.tex index 32fdd19ec5..a21e7f243e 100644 --- a/documentation/Kconfig.tex +++ b/documentation/Kconfig.tex @@ -95,15 +95,6 @@ ldscript-y += ../../../../src/cpu/x86/16bit/reset16.lds ldscript-y += ../../../../src/arch/i386/lib/id.lds ldscript-y += ../../../../src/arch/i386/lib/failover.lds -\end{verbatim} -\subsubsection{defines} -There are variables that should never be definable by users, as changing them will break the build or the image. These are set -in MAINBOARD\_OPTIONS. -\begin{verbatim} -MAINBOARD_OPTIONS=\ - -DCONFIG_AP_IN_SIPI_WAIT=0 \ - -DCONFIG_USE_PRINTK_IN_CAR=1 \ - -DCONFIG_HAVE_HIGH_TABLES=1 \end{verbatim} \subsubsection{POST\_EVALUATION} POST\_EVALUATION rules should be placed after this section: -- cgit v1.2.3