Lines Matching +full:u +full:- +full:boot +full:- +full:env
4 * SPDX-License-Identifier: GPL-2.0+
66 /* SD boot SPL */
69 #define CONFIG_SPL_TARGET "u-boot-with-spl.bin"
86 * with U-Boot image. Here u-boot max. size is 512K. So if binary
87 * size increases then increase this size in case of secure boot as
88 * it uses raw u-boot image instead of fit image.
100 #define CONFIG_SPL_TARGET "u-boot-with-spl.bin"
118 * with U-Boot image. Here u-boot max. size is 512K. So if binary
119 * size increases then increase this size in case of secure boot as
120 * it uses raw u-boot image instead of fit image.
210 * PBL SD boot image should stored at 0x1000(8 blocks), the size of the image is
211 * about 1MB (2040 blocks), Env is stored after the image, and the env size is
226 /* FMan fireware Pre-load address */
252 "-(nor_bank4_user);" \
289 "env exists devplist || setenv devplist 1; " \
306 "env exists secureboot && load ${devtype} " \
323 #define CONFIG_BOOTCOMMAND "run distro_bootcmd; env exists secureboot" \
326 #define CONFIG_BOOTCOMMAND "run distro_bootcmd; env exists secureboot" \