Changeset 549:f9759ef41e5a
- Timestamp:
- 05/31/08 19:57:39 (7 months ago)
- Author:
- Maxime Petazzoni <maxime.petazzoni@…>
- Branch:
- default
- Message:
-
Fix build
- Location:
- nxos/base
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r531
|
r549
|
|
| 58 | 58 | } efc_cmd; |
| 59 | 59 | |
| 60 | | /** Base address of the flash in the virtual address space. */ |
| 61 | | #define FLASH_BASE 0x00100000 |
| 62 | | |
| 63 | 60 | /** 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) |
| 65 | 62 | |
| 66 | 63 | /** Initialize the flash subsystem. */ |
-
|
r548
|
r549
|
|
| 132 | 132 | nx_display_string(line + indices[i]); |
| 133 | 133 | if (i < ntokens-1) |
| 134 | | nx_display_string(RCMD_TOKEN_SEPARATOR); |
| | 134 | nx_display_string(" "); |
| 135 | 135 | } |
| 136 | 136 | |