mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
Blackfin: adi boards: set compiled size limits
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
36cf8cb456
commit
58d7570cd3
2 changed files with 4 additions and 0 deletions
|
@ -180,6 +180,7 @@
|
|||
* Misc Settings
|
||||
*/
|
||||
#define CONFIG_BOARD_EARLY_INIT_F
|
||||
#define CONFIG_BOARD_SIZE_LIMIT $$(( 512 * 1024 ))
|
||||
#define CONFIG_RTC_BFIN
|
||||
#define CONFIG_UART_CONSOLE 1
|
||||
#define CONFIG_BFIN_SPI_IMG_SIZE 0x50000
|
||||
|
|
|
@ -295,6 +295,9 @@
|
|||
/*
|
||||
* Misc Settings
|
||||
*/
|
||||
#ifndef CONFIG_BOARD_SIZE_LIMIT
|
||||
# define CONFIG_BOARD_SIZE_LIMIT $$(( 256 * 1024 ))
|
||||
#endif
|
||||
#define CONFIG_BFIN_SPI_GPIO_CS /* Only matters if BFIN_SPI is enabled */
|
||||
#define CONFIG_LZMA
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue