mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 02:15:02 +00:00

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>
3 lines
188 B
Bash
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}
|