summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorChe-Liang Chiou <clchiou@chromium.org>2011-12-08 19:04:32 +0800
committerGerrit <chrome-bot@google.com>2011-12-12 23:44:08 -0800
commitdc3cea0bbbf5b8ce5e81252cfe5aed9459d8e21d (patch)
tree1fe000a591888fdff82d33f74e120f196fe95297 /include/configs
parent341a71f7c6c8e70c0d92bb0557903ff3e31ebe98 (diff)
CHROMIUM: Make config names consistent
In making config names consistent, this commit renames configs following the "chromeos_${BOARD}" naming convention. The old config names are kept before portage overlays are set to the new config names to prevent builders from break. They will be removed in next commit. BUG=chromium-os:23869 TEST=Run script snippet below successfully >>>> for BOARD in lumpy \ stumpy \ tegra2_aebl \ tegra2_arthur \ tegra2_asymptote \ tegra2_dev-board \ tegra2_dev-board-opengl \ tegra2_kaen \ tegra2_seaboard \ tegra2_wario \ waluigi \ x86-alex \ x86-alex_he \ x86-mario \ x86-mario64 do ebuild-${BOARD} /path/to/chromeos-u-boot-9999.ebuild configure done <<<< Change-Id: I984bea648f6d8384facce9771a7a5de3b169108c Signed-off-by: Che-Liang Chiou <clchiou@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/12671 Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/chromeos_coreboot.h (renamed from include/configs/chromeos-coreboot.h)2
-rw-r--r--include/configs/chromeos_seaboard.h (renamed from include/configs/chromeos_tegra2_twostop.h)6
2 files changed, 4 insertions, 4 deletions
diff --git a/include/configs/chromeos-coreboot.h b/include/configs/chromeos_coreboot.h
index 73f122306e..7c0cb73ad5 100644
--- a/include/configs/chromeos-coreboot.h
+++ b/include/configs/chromeos_coreboot.h
@@ -15,4 +15,4 @@
#include "chromeos.h"
-#endif /* __configs_chromeos_tegra2_twostop_h__ */
+#endif /* __configs_chromeos_coreboot_h__ */
diff --git a/include/configs/chromeos_tegra2_twostop.h b/include/configs/chromeos_seaboard.h
index 2b2990af89..6cd1302d5a 100644
--- a/include/configs/chromeos_tegra2_twostop.h
+++ b/include/configs/chromeos_seaboard.h
@@ -4,8 +4,8 @@
* found in the LICENSE file.
*/
-#ifndef __configs_chromeos_tegra2_twostop_h__
-#define __configs_chromeos_tegra2_twostop_h__
+#ifndef __configs_chromeos_seaboard_h__
+#define __configs_chromeos_seaboard_h__
/* So far all our tegra2-based boards share the seaboard config. */
#include <configs/seaboard.h>
@@ -21,4 +21,4 @@
/* Store the VbNvContext in the first block of the disk. */
#define CHROMEOS_VBNVCONTEXT_LBA 0
-#endif /* __configs_chromeos_tegra2_twostop_h__ */
+#endif /* __configs_chromeos_seaboard_h__ */