summaryrefslogtreecommitdiff
path: root/configs/colibri-imx6ull_tezi_defconfig
AgeCommit message (Collapse)Author
2021-10-11colibri-imx6ull: tezi: move CONFIG_BOOTCOMMAND from header to defconfigMax Krummenacher
Completes / fixes commit 1e9685556d2 ("colibri-imx6ull: move CONFIG_BOOTCOMMAND from header to defconfig"). Without this if U-Boot is configured with colibri-imx6ull_tezi_defconfig CONFIG_BOOTCOMMAND defaults to 'run distro_boot' which fails on this NAND module. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2021-07-29colibri-imx6ull: add emmc variantMax Krummenacher
Add code to build the eMMC variant of the Colibri iMX6ULL, i.e. the 'Colibri iMX6ULL 1GB' which has a eMMC instead of the raw NAND used on other SKUs. Related-to: ELB-4056, ELB-4057 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2021-06-11configs: colibri_imx6ull_tezi_defconfig: add TDX_EASY_INSTALLERPhilippe Schenker
This config is needed that the correct ubiboot is selected Related-to: TEI-775 Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
2021-06-07Revert "colibri-imx6ull: empty default environment"Oleksandr Suvorov
This reverts commit 3e31ffee95704c1e23f0c109f6b0809e88bc4a39.
2021-05-12colibri-imx6ull: empty default environmentOleksandr Suvorov
Use the empty file as a source of default environment. It fixes the issue with merging default environment and environment from other configured media, say, eMMC. Related-to: TEI-775 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2021-05-12colibri-imx6ull: add defconfig for TEZIOleksandr Suvorov
Add the defconfig tuned to use in Toradex Easy Installer. Enable FASTBOOT-related options to support the uuu instead of imx_usb tool in the future. Disable using a config block for USB PID. Related-to: TEI-775 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>