[U-Boot] [PATCH v2] avr32: disable branch folding

2010-06-09 Thread Andreas Bießmann
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 --- Changes since v1: - fix comment arch/avr32/cpu/start.S |7 --- 1

Re: [U-Boot] [PATCH v2] avr32: disable branch folding

2010-06-29 Thread Wolfgang Denk
Dear =?UTF-8?q?Andreas=20Bie=C3=9Fmann?=, In message <1276085625-7785-1-git-send-email-biessm...@corscience.de> you wrote: > > 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 state