Lines Matching +full:fs +full:- +full:nand
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 */
55 /* GPIO 3-19 (21248) */
59 /* Enable NAND support */
66 /* DMA stuff, needed for GPMI/MXS NAND support */
141 #define CONFIG_HIDE_LOGO_VERSION /* Custom config to hide U-boot version */
159 (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
222 "fs=ext4\0" \
223 "script=6x_bootscript-ventana\0" \
232 "setenv fsload \"${fs}load mmc ${disk}:${part}\"; " \
237 "root=/dev/${mmc_root} rootfstype=${fs} " \
240 "bootm ${loadaddr} - ${fdt_addr}; " \
247 "setenv fsload \"${fs}load sata ${disk}:${part}\"; " \
252 "root=/dev/sda1 rootfstype=${fs} " \
255 "bootm ${loadaddr} - ${fdt_addr}; " \
261 "setenv fsload \"${fs}load usb ${disk}:${part}\"; " \
266 "root=/dev/sda1 rootfstype=${fs} " \
269 "bootm ${loadaddr} - ${fdt_addr}; " \
278 "image_os=ventana/openwrt-imx6-imx6q-gw5400-a-squashfs.bin\0" \
279 "image_uboot=ventana/u-boot_spi.imx\0" \
308 "image_rootfs=openwrt-imx6-ventana-rootfs.ubi\0" \
309 "nand_update=echo Updating NAND from ${serverip}:${image_rootfs}...; " \
311 "nand erase.part rootfs && " \
312 "nand write ${loadaddr} rootfs ${filesize}\0" \
327 "setenv dtype nand; run loadscript; " \
333 "bootm ${loadaddr} - ${fdt_addr}; " \