diff options
author | Justin Waters <justin.waters@timesys.com> | 2013-04-24 17:41:45 -0400 |
---|---|---|
committer | Justin Waters <justin.waters@timesys.com> | 2013-04-24 17:41:45 -0400 |
commit | 18282017b14c0b32b4aa6fd05df58ba5cff0b472 (patch) | |
tree | 24344ef4d64f38baee4f5b56a9b44cc775ab4b62 /common/lcd.c | |
parent | 75c641ece39c136001340df61f0ad57028ce4ffc (diff) |
LogicPD Support for OMAP3/DM3/AM3 boards 2.2 Update
Diffstat (limited to 'common/lcd.c')
-rw-r--r-- | common/lcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/lcd.c b/common/lcd.c index 85a946828e5..3b89d4e0ef9 100644 --- a/common/lcd.c +++ b/common/lcd.c @@ -1227,7 +1227,7 @@ void lcd_percent_update(int size) } } -static int do_lcd_percent (cmd_tbl_t * cmdtp, int flag, int argc, char * const argv[]) +int do_lcd_percent (cmd_tbl_t * cmdtp, int flag, int argc, char * const argv[]) { if (argc > 1) strncpy(percent_data.string, argv[1], sizeof(percent_data.string) - 1); |