diff options
author | Chen Guoyin <guoyin.chen@nxp.com> | 2017-04-24 16:59:45 +0800 |
---|---|---|
committer | Chen Guoyin <guoyin.chen@nxp.com> | 2017-04-24 17:15:28 +0800 |
commit | fb27a879f5cebdd6ef666e41b9324e75920a4946 (patch) | |
tree | 20bfc0bb967817fdd02e7fd37c57ecd03e7a017d /board/freescale/picosom-imx6ul/Kconfig | |
parent | 7bf4da4b2ba83459aa34cf38bd7adc650ef40b89 (diff) | |
download | u-boot-imx-fb27a879f5cebdd6ef666e41b9324e75920a4946.zip u-boot-imx-fb27a879f5cebdd6ef666e41b9324e75920a4946.tar.gz u-boot-imx-fb27a879f5cebdd6ef666e41b9324e75920a4946.tar.bz2 |
MA-9508 Move all android-things board definition to freescale board folder
Move pico imx6ul&imx7d into freescale board folder
Define SYS_VENDOR as freescale
Change-Id: I56b65b28588de534f459e1c7d8d47645b0ceaaaa
Signed-off-by: Chen Guoyin <guoyin.chen@nxp.com>
Diffstat (limited to 'board/freescale/picosom-imx6ul/Kconfig')
-rw-r--r-- | board/freescale/picosom-imx6ul/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/board/freescale/picosom-imx6ul/Kconfig b/board/freescale/picosom-imx6ul/Kconfig new file mode 100644 index 0000000..0a29904 --- /dev/null +++ b/board/freescale/picosom-imx6ul/Kconfig @@ -0,0 +1,15 @@ +if TARGET_PICOSOM_IMX6UL + +config SYS_BOARD + default "picosom-imx6ul" + +config SYS_VENDOR + default "freescale" + +config SYS_SOC + default "mx6" + +config SYS_CONFIG_NAME + default "picosom-imx6ul" + +endif |