configs: add Freescale i.MX 6SoloLite EVK support
i.MX6 SoloLite EVK is Freescale's evaluation board based on the i.MX6 SoloLite applications processor. This defconfig is based off Freescale "official" git repo on git.freescale.com and SW release 3.0.35_4.1.0. [Peter: comment defconfig] Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
0c4c5619d0
commit
df5f1b56e6
23
configs/freescale_imx6sololiteevk_defconfig
Normal file
23
configs/freescale_imx6sololiteevk_defconfig
Normal file
@ -0,0 +1,23 @@
|
||||
# architecture
|
||||
BR2_arm=y
|
||||
BR2_cortex_a9=y
|
||||
|
||||
# system
|
||||
BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
|
||||
|
||||
# kernel
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_GIT=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="git://git.freescale.com/imx/linux-2.6-imx.git"
|
||||
BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="rel_imx_3.0.35_4.1.0"
|
||||
BR2_LINUX_KERNEL_DEFCONFIG="imx6s"
|
||||
|
||||
# filesystem
|
||||
BR2_TARGET_ROOTFS_EXT2=y
|
||||
|
||||
# bootloader
|
||||
BR2_TARGET_UBOOT=y
|
||||
BR2_TARGET_UBOOT_BOARDNAME="mx6sl_evk"
|
||||
BR2_TARGET_UBOOT_CUSTOM_GIT=y
|
||||
BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="git://git.freescale.com/imx/uboot-imx.git"
|
||||
BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="rel_imx_3.0.35_4.1.0"
|
Loading…
Reference in New Issue
Block a user