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

Blackfin: adi boards: enable CONFIG_MONITOR_IS_IN_RAM


Our monitor is always in RAM, so enable this define for the CFI layer.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 21a50374
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,7 @@
#define CONFIG_SYS_MAX_FLASH_BANKS 1
#define CONFIG_SYS_MAX_FLASH_SECT 71
#define CONFIG_CMD_FLASH
#define CONFIG_MONITOR_IS_IN_RAM
/*
......
......@@ -300,5 +300,6 @@
#endif
#define CONFIG_BFIN_SPI_GPIO_CS /* Only matters if BFIN_SPI is enabled */
#define CONFIG_LZMA
#define CONFIG_MONITOR_IS_IN_RAM
#endif
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