Browse Source

Revert "makefile: expand the vfat_image size for the large image.fit"

This reverts commit 7fce15738e3c93d2569a7475d3003eaaa29a861d.
Andy Hu 2 years ago
parent
commit
6e0344b031
1 changed files with 6 additions and 6 deletions
  1. 6 6
      Makefile

+ 6 - 6
Makefile

@@ -414,13 +414,13 @@ flash.gpt: $(flash_image)
 
 ifeq ($(TARGET_BOARD),U74)
 VFAT_START=4096
-VFAT_END=570335
-VFAT_SIZE=566239
-UBOOT_START=570336
-UBOOT_END=572383
+VFAT_END=270335
+VFAT_SIZE=266239
+UBOOT_START=270336
+UBOOT_END=272383
 UBOOT_SIZE=2047
-UENV_START=572384
-UENV_END=574431
+UENV_START=272384
+UENV_END=274431
 $(vfat_image): $(fit) $(confdir)/u74_uEnv.txt
 	@if [ `du --apparent-size --block-size=512 $(uboot) | cut -f 1` -ge $(UBOOT_SIZE) ]; then \
 		echo "Uboot is too large for partition!!\nReduce uboot or increase partition size"; \