Enable help debug features on all boards

This ensures that we have all available help enabled. For the moment
this is useful for development. We may revisit later.

BUG=chrome-os-partner:10895
TEST=manual:
build for all boards

Change-Id: I721e09995959638660ff417dd9420200e2e1a703
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/26173
This commit is contained in:
Simon Glass
2012-06-26 16:28:59 -07:00
committed by Gerrit
parent 63368620c5
commit 4ad3fb514a
4 changed files with 17 additions and 0 deletions

View File

@@ -8,6 +8,11 @@
#ifndef __BOARD_H
#define __BOARD_H
/* Debug features */
#define CONFIG_PANIC_HELP
#define CONFIG_PANIC_NEW_STACK
#define CONFIG_ASSERT_HELP
/* Optional features */
#define CONFIG_CONSOLE_CMDHELP
#define CONFIG_RW_B /* RW firmware A *and* B */

View File

@@ -17,6 +17,11 @@
/* use I2C for host communication */
#define CONFIG_I2C
/* Debug features */
#define CONFIG_PANIC_HELP
#define CONFIG_PANIC_NEW_STACK
#define CONFIG_ASSERT_HELP
/* Allow dangerous commands all the time, since we don't have a write protect
* switch. */
/* TODO: (crosbug.com/p/9986) This is a serious security hole and should be

View File

@@ -8,6 +8,11 @@
#ifndef __BOARD_H
#define __BOARD_H
/* Debug features */
#define CONFIG_PANIC_HELP
#define CONFIG_PANIC_NEW_STACK
#define CONFIG_ASSERT_HELP
/* Optional features */
#define CONFIG_SMART_BATTERY
#define CONFIG_BATTERY_ATL706486

View File

@@ -17,12 +17,14 @@
/* use I2C for host communication */
#define CONFIG_I2C
/* Debug features */
#define CONFIG_PANIC_HELP
#define CONFIG_PANIC_NEW_STACK
#define CONFIG_ASSERT_HELP
#define CONFIG_CONSOLE_CMDHELP
#define CONFIG_TASK_PROFILING
#define CONFIG_WATCHDOG_HELP
/* Allow dangerous commands all the time, since we don't have a write protect
* switch. */