summaryrefslogtreecommitdiff
path: root/board/freescale/mx6sllevk/Kconfig
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2016-12-11 11:24:37 (GMT)
committerStefano Babic <sbabic@denx.de>2016-12-16 10:38:24 (GMT)
commit47f73504d8a826a7a0c54aed974ff5457aa4c8b8 (patch)
tree0954ef8347162fa0f82edbc888d0313ef83a853e /board/freescale/mx6sllevk/Kconfig
parent3445373691bae4f2000b26df091a406f395df01d (diff)
downloadu-boot-47f73504d8a826a7a0c54aed974ff5457aa4c8b8.tar.xz
arm: imx: add i.MX6SLL EVK board support
Add i.MX6SLL EVK board support. 1. Add imx6sll-evk device tree. 2. Enable SDHC/I2C/UART. 3. Enable REGULATOR/PMIC/I2C/GPIO/SDHC/PINCTRL driver. Boot Log: U-Boot 2016.11-00127-gc635871-dirty (Nov 24 2016 - 13:28:19 +0800) CPU: Freescale i.MX6SLL rev1.0 at 792MHz CPU: Commercial temperature grade (0C to 95C)Reset cause: POR Model: Freescale i.MX6SLL EVK Board Board: MX6SLL EVK DRAM: 2 GiB i2c bus 0 at 35258368, no gpio pinctrl state. PMIC: PFUZE100! DEV_ID=0x10 REV_ID=0x21 MMC: FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2 In: serial Out: serial Err: serial Net: CPU Net Initialization Failed No ethernet found. Hit any key to stop autoboot: 0 Signed-off-by: Peng Fan <peng.fan@nxp.com> Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'board/freescale/mx6sllevk/Kconfig')
-rw-r--r--board/freescale/mx6sllevk/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/board/freescale/mx6sllevk/Kconfig b/board/freescale/mx6sllevk/Kconfig
new file mode 100644
index 0000000..4ba9bbf
--- /dev/null
+++ b/board/freescale/mx6sllevk/Kconfig
@@ -0,0 +1,12 @@
+if TARGET_MX6SLLEVK
+
+config SYS_BOARD
+ default "mx6sllevk"
+
+config SYS_VENDOR
+ default "freescale"
+
+config SYS_CONFIG_NAME
+ default "mx6sllevk"
+
+endif