Lines Matching +full:squashfs +full:- +full:root
1 /* SPDX-License-Identifier: GPL-2.0+ */
10 /* Location in NAND to read U-Boot from */
16 /* Falcon Mode - NAND support: args@17MB kernel@18MB */
19 /* Falcon Mode - MMC support: args@1MB kernel@2MB */
59 /* GPIO 3-19 (21248) */
148 #define CONFIG_HIDE_LOGO_VERSION /* Custom config to hide U-boot version */
167 (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
237 "script=6x_bootscript-ventana\0" \
251 "root=/dev/${mmc_root} rootfstype=${fs} " \
254 "bootm ${loadaddr} - ${fdt_addr}; " \
266 "root=/dev/sda1 rootfstype=${fs} " \
269 "bootm ${loadaddr} - ${fdt_addr}; " \
280 "root=/dev/sda1 rootfstype=${fs} " \
283 "bootm ${loadaddr} - ${fdt_addr}; " \
292 "image_os=ventana/openwrt-imx6-imx6q-gw5400-a-squashfs.bin\0" \
293 "image_uboot=ventana/u-boot_spi.imx\0" \
313 "root=/dev/mtdblock3 " \
314 "rootfstype=squashfs,jffs2 " \
322 "image_rootfs=openwrt-imx6-ventana-rootfs.ubi\0" \
333 "setenv root ubi0:rootfs ubi.mtd=2 " \
334 "rootfstype=squashfs,ubifs; " \
338 "setenv root ubi0:rootfs ubi.mtd=2 " \
344 "root=${root} ${video} ${extra}; " \
347 "bootm ${loadaddr} - ${fdt_addr}; " \