summaryrefslogtreecommitdiffstats
path: root/board/atmel/atstk1000/flash.c
Commit message (Collapse)AuthorAgeFilesLines
* AVR32: Initialize bi_flash* in board_init_rHaavard Skinnemoen2007-10-061-4/+0
| | | | | | | | | | | The ATSTK1000-specific flash driver intializes bi_flashstart, bi_flashsize and bi_flashoffset, but other flash drivers, like the CFI driver, don't. Initialize these in board_init_r instead so that things will still be set up correctly when we switch to the CFI driver. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
* AVR32: Relocate u-boot to SDRAMHaavard Skinnemoen2007-04-141-1/+1
| | | | | | | Relocate the u-boot image into SDRAM like everyone else does. This means that we can handle much larger .data and .bss than we used to. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
* Move atstk1000 files into vendor specific directory.Wolfgang Denk2006-10-241-0/+223
Patch by Haavard Skinnemoen, 12 Sep 2006
OpenPOWER on IntegriCloud