diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2017-11-27 10:25:09 -0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2017-12-29 11:18:59 +0100 |
commit | 4555c26142f893aa5d23f95c8eb3982e4a05b334 (patch) | |
tree | 1dd321cf3b94548dc841b60868173e002f947556 /configs/mx6sabreauto_defconfig | |
parent | 9a7295831e23fd3ff68b54992cdace1a1c8249e2 (diff) | |
download | u-boot-4555c26142f893aa5d23f95c8eb3982e4a05b334.tar.gz |
imx: Add a common way for detecting NXP boards revision
NXP development boards based on i.MX6/i.MX7 contain the board
revision information stored in the fuses.
Introduce a common function that can be shared by different boards and
convert mx6sabreauto to use this new mechanism.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Diffstat (limited to 'configs/mx6sabreauto_defconfig')
-rw-r--r-- | configs/mx6sabreauto_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mx6sabreauto_defconfig b/configs/mx6sabreauto_defconfig index 418a836a7c..215700bc3f 100644 --- a/configs/mx6sabreauto_defconfig +++ b/configs/mx6sabreauto_defconfig @@ -8,6 +8,7 @@ CONFIG_SPL_MMC_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL_LIBDISK_SUPPORT=y CONFIG_SPL_WATCHDOG_SUPPORT=y +CONFIG_NXP_BOARD_REVISION=y CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/mach-imx/spl_sd.cfg" # CONFIG_CONSOLE_MUX is not set CONFIG_SYS_CONSOLE_IS_IN_ENV=y |