#############################################
# Configuration file for the linux kernel
#############################################

# Linux kernel
#############################################
mmc_rootfs_part=p2
zImage_file=zImage
console=ttymxc0,115200
rootfs='root=/dev/mmcblk${mmcdev}${mmc_rootfs_part} ro rootfstype=ext3 rootwait'
fbcon=rotate:0
videoargs='video=mxcfb0:dev=ldb,LDB-LB070WV8,if=RGB24,bpp=32'
optargs='quiet uio_pdrv_genirq.of_id=generic-uio g_multi.removable=1 g_multi.luns=1 g_multi.stall=0'
linuxargs=setenv bootargs console=${console} ${rootfs} ${videoargs} fbcon=${fbcon} ${optargs}

# Device tree
#############################################
fdt_file=/zImage-imx6s-dhcom3-scopix-ldo.dtb
