commit | 1d800951ba081d58fcfb9aa3603a7717476dcda2 | [log] [tgz] |
---|---|---|
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | Sat Oct 06 18:55:35 2007 +0200 |
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | Sat Oct 06 20:17:37 2007 +0200 |
tree | c3d8fa3761e8fbb2750df8b34fe458e7149fd7e0 | |
parent | 8fea855b6776dbf3b81323fc240a7262dc1b2be6 [diff] |
AVR32: Initialize bi_flash* in board_init_r 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>