Skip to content
Snippets Groups Projects
Commit 58d7570c authored by Mike Frysinger's avatar Mike Frysinger
Browse files

Blackfin: adi boards: set compiled size limits

parent 36cf8cb4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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