commit | eb70d05d740c1d82474d2c31242a4e995584de24 | [log] [tgz] |
---|---|---|
author | Andreas Bießmann <biessmann@corscience.de> | Wed Jun 09 14:13:45 2010 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Tue Jun 29 22:34:11 2010 +0200 |
tree | 0fabc66bf36b501115c442435e5508f1b8ae0162 | |
parent | c99ea790788ae83d813e2c6c03291cb5672cc6c0 [diff] |
avr32: disable branch folding Due to a hardware bug mentioned in latest AP7000 datasheet errata (revision M from 09.09) branch folding is unreliable. This patch disables CPUCR.FE bitfield as stated in datasheet. Signed-off-by: Andreas Bießmann <biessmann@corscience.de>