summaryrefslogtreecommitdiff
path: root/configs/pico-imx6ul_defconfig
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2018-09-04 10:23:10 -0300
committerStefano Babic <sbabic@denx.de>2018-09-14 15:04:24 +0200
commit558a37ce852077d01f56688af4d55ac5fa76a981 (patch)
tree6fbd7f4b8d5da716faed054292d149654c6c77e3 /configs/pico-imx6ul_defconfig
parent3e8cdb990cc8aacb6e90ea93003ae2bdc6077137 (diff)
pico-imx6ul: Add bmode support
The 'bmode' command is helpful for switching the boot media. In the case of pico-imx6ul there are two possible boot media: eMMC or USB. To boot from eMMC: => bmode emmc To boot from USB (via Serial Download Protocol): => bmode usb Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'configs/pico-imx6ul_defconfig')
-rw-r--r--configs/pico-imx6ul_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/pico-imx6ul_defconfig b/configs/pico-imx6ul_defconfig
index cae7ded1fa..daa898fb22 100644
--- a/configs/pico-imx6ul_defconfig
+++ b/configs/pico-imx6ul_defconfig
@@ -9,7 +9,6 @@ CONFIG_SPL_MMC_SUPPORT=y
CONFIG_SPL_SERIAL_SUPPORT=y
CONFIG_SPL=y
CONFIG_SPL_LIBDISK_SUPPORT=y
-# CONFIG_CMD_BMODE is not set
CONFIG_NR_DRAM_BANKS=1
CONFIG_DISTRO_DEFAULTS=y
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/mach-imx/spl_sd.cfg"