diff options
author | Lukasz Majewski <lukma@denx.de> | 2017-01-27 23:16:29 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2017-01-30 16:24:47 +0100 |
commit | 11bd5e7b62070c7ca0188230edc4c5e7fdfe1349 (patch) | |
tree | 4de55f2d0889010c73a08e742ecee8c55c05b758 /arch | |
parent | 355ed4b431a689def3897d9227963502017e9998 (diff) | |
download | u-boot-11bd5e7b62070c7ca0188230edc4c5e7fdfe1349.tar.gz u-boot-11bd5e7b62070c7ca0188230edc4c5e7fdfe1349.tar.xz u-boot-11bd5e7b62070c7ca0188230edc4c5e7fdfe1349.zip |
BOARD: MCCMON6: Provide support for iMX6q based mccmon6 board
This patch provides u-boot support for Liebherr (LWN) mccmon6 board.
Signed-off-by: Lukasz Majewski <lukma@denx.de>
Reviewed-by: Stefano Babic <sbabic@denx.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/cpu/armv7/mx6/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig index 995a910734..19cc1f671f 100644 --- a/arch/arm/cpu/armv7/mx6/Kconfig +++ b/arch/arm/cpu/armv7/mx6/Kconfig @@ -132,6 +132,10 @@ config TARGET_KOSAGI_NOVENA select BOARD_LATE_INIT select SUPPORT_SPL +config TARGET_MCCMON6 + bool "mccmon6" + select SUPPORT_SPL + config TARGET_MX6CUBOXI bool "Solid-run mx6 boards" select BOARD_LATE_INIT @@ -368,6 +372,7 @@ source "board/phytec/pcm058/Kconfig" source "board/gateworks/gw_ventana/Kconfig" source "board/kosagi/novena/Kconfig" source "board/samtec/vining_2000/Kconfig" +source "board/liebherr/mccmon6/Kconfig" source "board/seco/Kconfig" source "board/solidrun/mx6cuboxi/Kconfig" source "board/technexion/pico-imx6ul/Kconfig" |