[PATCH] mx6sabresd: Make checkboard respect CONFIG_NXP_BOARD_REVISION

2021-06-27 Thread Cody Gray
This changeset makes the default implementation of checkboard() respect the CONFIG_NXP_BOARD_REVISION configuration option, only attempting to retrieve the board revision number if that option is defined. Signed-off-by: Cody Gray --- board/freescale/mx6sxsabresd/mx6sxsabresd.c | 4 1 file ch

[PATCH] imx: bootaux: respect ELF support configuration

2021-06-27 Thread Cody Gray
at the address was not a valid ELF image: it assumes a binary file with a vector table at the beginning. Signed-off-by: Cody Gray --- This is my first patch submission, so I appreciate your patience if I've made any mistakes. Regarding code style, there are multiple ways that the "if/el