u-boot/board/toradex/colibri_t20/colibri_t20.env
Svyatoslav Ryhel 5e13730fc6 board: tegra: convert boards to text env
Convert boards to use text based env. This is the first stage of
conversion, common inclusions should be converted next.

Acked-by: Francesco Dolcini <francesco.dolcini@toradex.com> # Toradex Apalis TK1
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
2024-10-13 17:20:26 +03:00

3 lines
188 B
Bash

/* Environment in NAND, 64K is a bit excessive but erase block is 512K anyway */
boot_script_dhcp=boot.scr
update_uboot=nand erase.part u-boot && nand write ${loadaddr} u-boot ${filesize}