Commit c21f6764478bc7079866fafbd6a8e1fca2642046

Authored by Ji Luo
1 parent a3f5218d38

[iot] Enlarge spl max size

124KB spl max size is not enough anymore, enlarge the max size
to 172KB.

Test: build and boot ok on Enterprise.

Change-Id: I4569430b1be88cacbf86026fc1741f1e7cb03d90
Signed-off-by: Ji Luo <ji.luo@nxp.com>

Showing 1 changed file with 6 additions and 0 deletions Side-by-side Diff

include/configs/imx8mq_evk_androidthings.h
... ... @@ -75,5 +75,11 @@
75 75  
76 76 #endif
77 77  
  78 +/* Enlarge the spl max size to 172k */
  79 +#ifdef CONFIG_SPL_MAX_SIZE
  80 +#undef CONFIG_SPL_MAX_SIZE
  81 +#define CONFIG_SPL_MAX_SIZE 176128
  82 +#endif
  83 +
78 84 #endif /* IMX8MQ_EVK_ANDROID_THINGS_H */