Claudius Heine e01c8cfe57 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>
2019-11-03 17:04:16 +01:00
..
2019-10-08 16:36:36 +02:00
2018-05-07 15:53:29 -04:00
2018-09-25 21:49:18 -04:00
2018-01-19 15:49:26 -05:00
2019-09-05 15:27:31 +08:00
2019-05-28 13:58:06 -04:00