Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | AVR32: Initialize bi_flash* in board_init_r | Haavard Skinnemoen | 2007-10-06 | -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 SDRAM | Haavard Skinnemoen | 2007-04-14 | -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 Denk | 2006-10-24 | -0/+223 |
Patch by Haavard Skinnemoen, 12 Sep 2006 |