ARM: imx: Fix bmode detection from grp10
authorClaudius Heine <ch@denx.de>
Tue, 29 Oct 2019 12:08:43 +0000 (13:08 +0100)
committerStefano Babic <sbabic@denx.de>
Sun, 3 Nov 2019 16:04:16 +0000 (17:04 +0100)
commite01c8cfe5769353f520fe99db80dd588fa357f44
tree69defa7fb6acccf609c440b455cdf092143a0f8c
parent7f8a6a66af850a143c5524f703bcc726d43d43ef
ARM: imx: Fix bmode detection from grp10

imx6_is_bmode_from_gpr9 always returns false, because
IMX6_SRC_GPR10_BMODE is 1<<28 and gets casted to u8 on return.

This moves the function body into imx6_src_get_boot_mode, since that is the
only one using it and it is on the same abstraction level (accessing
registers directly).

Signed-off-by: Claudius Heine <ch@denx.de>
arch/arm/include/asm/mach-imx/sys_proto.h
arch/arm/mach-imx/init.c