From a7f480d92df8a7e525a4b619b09f40f73222647f Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Wed, 10 Feb 2016 11:41:26 +0100 Subject: arm: mx6: Add CCV xPress board support This patch add support for the CCV xPress board which is equipped with the i.MX6UL. And provides the following interfaces: - 128MiB DDR - UART - I2C - eMMC (with booting) - Ethernet - USB This patch adds two build targets. One with and one without SPL. The non-SPL version is used for loading U-Boot via USB (imx_usb_loader). Signed-off-by: Stefan Roese Cc: Fabio Estevam Cc: Stefano Babic --- board/ccv/xpress/Kconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 board/ccv/xpress/Kconfig (limited to 'board/ccv/xpress/Kconfig') diff --git a/board/ccv/xpress/Kconfig b/board/ccv/xpress/Kconfig new file mode 100644 index 0000000..9157013 --- /dev/null +++ b/board/ccv/xpress/Kconfig @@ -0,0 +1,12 @@ +if TARGET_XPRESS + +config SYS_BOARD + default "xpress" + +config SYS_VENDOR + default "ccv" + +config SYS_CONFIG_NAME + default "xpress" + +endif -- cgit v1.1