Changeset 549:f9759ef41e5a

Show
Ignore:
Timestamp:
05/31/08 19:57:39 (7 months ago)
Author:
Maxime Petazzoni <maxime.petazzoni@…>
Branch:
default
Message:

Fix build

Location:
nxos/base
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • nxos/base/drivers/_efc.h

    r531 r549  
    5858} efc_cmd; 
    5959 
    60 /** Base address of the flash in the virtual address space. */ 
    61 #define FLASH_BASE 0x00100000 
    62  
    6360/** A usable pointer to the base address of the flash. */ 
    64 #define FLASH_BASE_PTR ((volatile U32 *)FLASH_BASE) 
     61#define FLASH_BASE_PTR ((volatile U32 *)AT91C_IFLASH) 
    6562 
    6663/** Initialize the flash subsystem. */ 
  • nxos/base/lib/rcmd/_rcmd.c

    r548 r549  
    132132    nx_display_string(line + indices[i]); 
    133133    if (i < ntokens-1) 
    134       nx_display_string(RCMD_TOKEN_SEPARATOR); 
     134      nx_display_string(" "); 
    135135  } 
    136136