[U-Boot] [PATCH v2 2/3] ARM: imx: Fix bmode detection from grp10

Fabio Estevam festevam at gmail.com
Thu Oct 17 12:20:52 UTC 2019


On Thu, Oct 17, 2019 at 5:52 AM Claudius Heine <ch at denx.de> wrote:
>
> imx6_is_bmode_from_gpr10 always returns false, because
> IMX6_SRC_GPR10_BMODE is 1<<28 and gets casted to u8 on return.
>
> This changes the return type to bool in order to cast correctly.
>
> Signed-off-by: Claudius Heine <ch at denx.de>

Reviewed-by: Fabio Estevam <festevam at gmail.com>


More information about the U-Boot mailing list