commit | d6082d34c11631d69839bc4215d4472562c43180 | [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 | 0f8337b9c8f1d907c5d2a93cde0b37c5debdd382 [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>