diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2007-10-18 10:02:16 -0500 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2007-10-18 10:02:16 -0500 |
commit | f147dd15e840230a3911c649b2a81c749d32db1c (patch) | |
tree | 03023c12770b6c33c4e9f75615c4a3319d497c90 /board/atmel/atstk1000/flash.c | |
parent | 8ffc774993725a0646aa8d1995d968c95aee9e3c (diff) | |
parent | eff786a9b89144478f478c4193fcad5b498feb72 (diff) |
Merge git://www.denx.de/git/u-boot
Diffstat (limited to 'board/atmel/atstk1000/flash.c')
-rw-r--r-- | board/atmel/atstk1000/flash.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/board/atmel/atstk1000/flash.c b/board/atmel/atstk1000/flash.c index 958f4dc330c..93d790f1731 100644 --- a/board/atmel/atstk1000/flash.c +++ b/board/atmel/atstk1000/flash.c @@ -55,10 +55,6 @@ unsigned long flash_init(void) unsigned long addr; unsigned int i; - gd->bd->bi_flashstart = CFG_FLASH_BASE; - gd->bd->bi_flashsize = CFG_FLASH_SIZE; - gd->bd->bi_flashoffset = _edata - _text; - flash_info[0].size = CFG_FLASH_SIZE; flash_info[0].sector_count = 135; |