Board specific physical memory definitions. More...
#include <physmem.h>Go to the source code of this file.
Variables | |
| struct physmem_pool | board_extram_pool |
| External RAM. | |
Board specific physical memory definitions.
Copyright (C) 2010 Atmel Corporation. All rights reserved.
Definition in file board_physmem_pools.c.
| struct physmem_pool board_extram_pool |
{
.start.addr = CONFIG_EXTRAM_BASE,
.end.addr = CONFIG_EXTRAM_END,
}
External RAM.
Definition at line 43 of file board_physmem_pools.c.
Referenced by tsfs_init().
1.6.3