u-boot-brain/arch/arm
Fabio Estevam 38e7007725 mx6: Fix get_board_rev() for the mx6 solo case
When booting a Freescale kernel 3.0.35 on a Wandboard solo, the get_board_rev()
returns 0x62xxx, which is not a value understood by the VPU
(Video Processing Unit) library in the kernel and causes the video playback to
fail.

The expected values for get_board_rev are:
0x63xxx: For mx6quad/dual
0x61xxx: For mx6dual-lite/solo

So adjust get_board_rev() accordingly and make it as weak function, so that we
do not need to define it in every mx6 board file.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Dirk Behme <dirk.behme@de.bosch.com>
Acked-by: Eric Nelson <eric.nelson@boundarydevices.com>
2013-04-03 11:36:34 +02:00
..
cpu mx6: Fix get_board_rev() for the mx6 solo case 2013-04-03 11:36:34 +02:00
dts Tegra114: fdt: Move aliases from dtsi to dts file as per other Tegras 2013-03-14 11:49:07 -07:00
imx-common i.MX6: Add hdmidet command to detect attached HDMI monitor 2013-03-20 11:43:19 +01:00
include/asm Add initial support for Wandboard dual lite and solo. 2013-03-20 11:47:37 +01:00
lib arm: make __bss_start and __bss_end__ compiler-generated 2013-03-12 23:28:32 +01:00
config.mk arm: work around assembler bug 2012-10-04 14:19:04 +02:00