Lines Matching +full:u +full:- +full:boot +full:- +full:env
4 * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
6 * SPDX-License-Identifier: GPL-2.0+
21 #define CONFIG_SYS_NS16550_REG_SIZE (-4)
54 * When building U-Boot such that there is no previous loader
62 /* Always 64 KiB env size */
99 * Disable MMC DM for SPL build and can be re-enabled after adding
133 #define MTDPARTS_DEFAULT "mtdparts=qspi.0:512k(QSPI.u-boot)," \
134 "512k(QSPI.u-boot.backup)," \
135 "512k(QSPI.u-boot-spl-os)," \
136 "64k(QSPI.u-boot-env)," \
137 "64k(QSPI.u-boot-env.backup)," \
139 "-(QSPI.file-system)"
160 "bootdir=/boot\0" \
165 "name=rootfs,start=2MiB,size=-,uuid=${uuid_gpt_rootfs}\0" \
190 "if test -n $uenvcmd; then " \
198 "bootz ${loadaddr} - ${fdtaddr}; " \
205 "setenv fdtfile am43x-epos-evm.dtb; fi; " \
207 "setenv fdtfile am437x-gp-evm.dtb; fi; " \
209 "setenv fdtfile am437x-gp-evm.dtb; fi; " \
211 "setenv fdtfile am437x-sk-evm.dtb; fi; " \
213 "setenv fdtfile am437x-idk-evm.dtb; fi; " \
221 "if test ${boot_fit} -eq 1; then " \
292 "512k(NAND.u-boot-spl-os)," \
293 "1m(NAND.u-boot)," \
294 "256k(NAND.u-boot-env)," \
295 "256k(NAND.u-boot-env.backup1)," \
297 "-(NAND.file-system)"
311 "nandroot=ubi0:rootfs rw ubi.mtd=NAND.file-system,4096\0" \
315 "nand read ${fdtaddr} NAND.u-boot-spl-os; " \
317 "bootz ${loadaddr} - ${fdtaddr}\0"