mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-17 07:16:59 +00:00
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: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
21a50374d5
commit
a91eb2c56a
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue