Skip to content
Snippets Groups Projects
Commit 25cde8a6 authored by Andrew F. Davis's avatar Andrew F. Davis
Browse files

ti: Remove uEnv.txt for TI builds


uEnv.txt was needed due to a bug in the default U-Boot environment,
this has been fixed upstream and the TI repo used in this build.
Remove this file.

Signed-off-by: default avatarAndrew F. Davis <afd@ti.com>
Reviewed-by: default avatarJoakim Bech <joakim.bech@linaro.org>
Reviewed-by: default avatarIgor Opaniuk <igor.opaniuk@linaro.org>
parent a77808b6
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,6 @@ Add the bootloader to the 'boot' partition
# cd <SD card boot partition>
# cp <repo directory>/u-boot/u-boot-spl_HS_MLO MLO
# cp <repo directory>/u-boot/u-boot_HS.img u-boot.img
# cp <repo directory>/build/ti/uEnv.txt uEnv.txt
```
[README.md]: ../README.md
......@@ -122,7 +122,6 @@ filelist-tee: filelist-tee-common u-boot build-fit
@echo "dir /boot 755 0 0" >> $(GEN_ROOTFS_FILELIST)
@echo "file /boot/MLO $(UBOOT_SPL) 644 0 0" >> $(GEN_ROOTFS_FILELIST)
@echo "file /boot/u-boot.img $(UBOOT_IMG) 644 0 0" >> $(GEN_ROOTFS_FILELIST)
@echo "file /boot/uEnv.txt $(UBOOT_ENV) 644 0 0" >> $(GEN_ROOTFS_FILELIST)
@echo "file /boot/fitImage $(STAGING_AREA)/fitImage 644 0 0" >> $(GEN_ROOTFS_FILELIST)
update_rootfs: update_rootfs-common
loadfit=run args_mmc; bootm ${loadaddr}#${fdtfile};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment