ARM: da850evm: Enable SPL_SYS_MALLOC_SIMPLE
The SPL space is limited. In order to try to enable DM in SPL, we need more space. When combined wtih TINY_PRINTF, this reduces the size of SPL by 6.5k Original: text data bss dec hex filename 20760 1216 80 22056 5628 spl/u-boot-spl Tiny Printf text data bss dec hex filename 17947 1216 80 19243 4b2b spl/u-boot-spl Malloc Simple + Tiny Printf text data bss dec hex filename 15187 176 28 15391 3c1f spl/u-boot-spl Signed-off-by: Adam Ford <aford173@gmail.com>
This commit is contained in:
		
							parent
							
								
									f09d831557
								
							
						
					
					
						commit
						c4fa049a12
					
				|  | @ -19,6 +19,7 @@ CONFIG_VERSION_VARIABLE=y | ||||||
| # CONFIG_DISPLAY_BOARDINFO is not set | # CONFIG_DISPLAY_BOARDINFO is not set | ||||||
| CONFIG_BOARD_EARLY_INIT_F=y | CONFIG_BOARD_EARLY_INIT_F=y | ||||||
| CONFIG_SPL_BOARD_INIT=y | CONFIG_SPL_BOARD_INIT=y | ||||||
|  | CONFIG_SPL_SYS_MALLOC_SIMPLE=y | ||||||
| CONFIG_SPL_SPI_LOAD=y | CONFIG_SPL_SPI_LOAD=y | ||||||
| CONFIG_HUSH_PARSER=y | CONFIG_HUSH_PARSER=y | ||||||
| CONFIG_SYS_PROMPT="U-Boot > " | CONFIG_SYS_PROMPT="U-Boot > " | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue