summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--board/cm41xx/cm41xx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/cm41xx/cm41xx.c b/board/cm41xx/cm41xx.c
index 02d05afef6..9a6d89fdc6 100644
--- a/board/cm41xx/cm41xx.c
+++ b/board/cm41xx/cm41xx.c
@@ -46,8 +46,8 @@ DECLARE_GLOBAL_DATA_PTR;
*/
int env_flash_cmdline (void)
{
- unsigned char *sp = (unsigned char *) 0x0201c020;
- unsigned char *ep;
+ char *sp = (char *) 0x0201c020;
+ char *ep;
int len;
/* Check if "erase" push button is depressed */
OpenPOWER on IntegriCloud