summaryrefslogtreecommitdiff
path: root/common/memory_commands.c
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2012-10-25 12:16:33 -0700
committerGerrit <chrome-bot@google.com>2012-10-26 09:49:38 -0700
commite158bd5422d9f506d094bf77c65644187fae3ab9 (patch)
treedcc25e8eac906090d807c55d30073ea65f3e83a5 /common/memory_commands.c
parentcf7f33d158848e11b4cca36533e7fac960ca65a3 (diff)
downloadchrome-ec-e158bd5422d9f506d094bf77c65644187fae3ab9.tar.gz
Clean up a few modules in common/
Just code cleanup; no functional changes BUG=chrome-os-partner:15579 BRANCH=none TEST=build link and snow Change-Id: Ib62f805777994b39cd9f47a721f52529bb9399c5 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/36573 Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common/memory_commands.c')
-rw-r--r--common/memory_commands.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/memory_commands.c b/common/memory_commands.c
index 46df50e74d..dae18777fd 100644
--- a/common/memory_commands.c
+++ b/common/memory_commands.c
@@ -8,7 +8,6 @@
#include "console.h"
#include "util.h"
-
static int command_write_word(int argc, char **argv)
{
volatile uint32_t *address;
@@ -38,7 +37,6 @@ DECLARE_CONSOLE_COMMAND(ww, command_write_word,
"Write a word to memory",
NULL);
-
static int command_read_word(int argc, char **argv)
{
volatile uint32_t *address;