summaryrefslogtreecommitdiff
path: root/include/configs/coreboot.h
diff options
context:
space:
mode:
authorGabe Black <gabeblack@chromium.org>2011-07-27 18:08:45 -0700
committerSimon Glass <sjg@chromium.org>2011-08-29 10:59:17 -0700
commite8f6279289ae5af0de926b445662e214698006dd (patch)
treef229e16fc517405d5512f4a154a9efe4d3118ea5 /include/configs/coreboot.h
parent89866aa92f14bcd4fa2e4ac27289fa49cff03ce0 (diff)
Get rid of the CONFIG_CHROMEOS_KERNEL_* config options
These were incompletely renamed to CHROMEOS_KERNEL_* this change cleans up the remaining use of the old name and gets rid of the old option from the coreboot configuration. BUG=chrome-os-partner:4552 TEST=Built for coreboot, aebl, and kaen. Change-Id: I267932ab1d2f4a148357e7c95f15a104422ba687 Signed-off-by: Gabe Black <gabeblack@google.com> Reviewed-on: http://gerrit.chromium.org/gerrit/4889 Reviewed-by: Stefan Reinauer <reinauer@google.com> Reviewed-by: Che-Liang Chiou <clchiou@chromium.org> Tested-by: Gabe Black <gabeblack@chromium.org>
Diffstat (limited to 'include/configs/coreboot.h')
-rw-r--r--include/configs/coreboot.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index 2c55571cdd..697fbb96d4 100644
--- a/include/configs/coreboot.h
+++ b/include/configs/coreboot.h
@@ -43,10 +43,8 @@
*/
#define CONFIG_VBGLOBAL_BASE 0x00FB0000
#define CONFIG_SYS_TEXT_BASE 0x00FC0000
-#define CONFIG_CHROMEOS_KERNEL_LOADADDR 0x02000000
-#define CONFIG_CHROMEOS_KERNEL_BUFSIZE 0x00800000
-#define CHROMEOS_KERNEL_LOADADDR CONFIG_CHROMEOS_KERNEL_LOADADDR
-#define CHROMEOS_KERNEL_BUFSIZE CONFIG_CHROMEOS_KERNEL_BUFSIZE
+#define CHROMEOS_KERNEL_LOADADDR 0x02000000
+#define CHROMEOS_KERNEL_BUFSIZE 0x00800000
/*-----------------------------------------------------------------------