mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-27 18:25:05 +00:00
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:
@@ -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 */
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user