summaryrefslogtreecommitdiff
path: root/common/console.c
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2013-07-23 18:13:15 -0700
committerChromeBot <chrome-bot@google.com>2013-07-24 16:31:14 -0700
commite6f0c272a02d03a15f826b8c7282d0084c125b6b (patch)
tree35e57a253ef0dbd1692c06f57a3cdf9ed092d476 /common/console.c
parentb13a2aed146c7e54c21fe5d84f0a3ff1989a612b (diff)
downloadchrome-ec-e6f0c272a02d03a15f826b8c7282d0084c125b6b.tar.gz
Clean up and document UART config options
No functional changes, just renaming config options. BUG=chrome-os-partner:18343 BRANCH=none TEST=build all platforms Change-Id: I91584cb1f8990dd0f980abd32c04465a66243e71 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/63244
Diffstat (limited to 'common/console.c')
-rw-r--r--common/console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/console.c b/common/console.c
index 077bd28b13..dd12613f9a 100644
--- a/common/console.c
+++ b/common/console.c
@@ -17,7 +17,7 @@
#define PROMPT "> "
/* Current console command line */
-static char input_buf[CONSOLE_INPUT_LINE_SIZE];
+static char input_buf[CONFIG_CONSOLE_INPUT_LINE_SIZE];
/**
* Split a line of input into words.