u-boot-brain/arch/m68k/cpu
Vasili Galka fa28179d2c m68k: Fix incorrect memory access on M5235
The csarX and cscrX registers in the fbcs_t struct are 16-bit for
CONFIG_M5235 and 32-bit wide otherwise. The code in cpu_init.c
accessed them always as 32-bit, effectively creating a wrong memory
access on M5235. Fixed that by choosing out_be16/out_be32 depending
on whether CONFIG_M5235 is defined or not.

Cc: Jason Jin <Jason.jin@freescale.com>
Signed-off-by: Vasili Galka <vvv444@gmail.com>
2014-07-07 19:47:08 -04:00
..
mcf52x2 kbuild: rename OBJTREE to objtree 2014-03-12 17:04:58 -04:00
mcf523x m68k: Fix incorrect memory access on M5235 2014-07-07 19:47:08 -04:00
mcf532x m68k: Fix warnings with gcc 4.6 2014-06-11 16:27:05 -04:00
mcf547x_8x m68k: merge compile flags -ffixed-d7 -sep-data 2014-03-04 09:27:40 -05:00
mcf5227x m68k: merge compile flags -ffixed-d7 -sep-data 2014-03-04 09:27:40 -05:00
mcf5445x m68k: Fix bug, "address of" operator was forgotten 2014-07-07 19:47:07 -04:00