From: Mike Frysinger <vapier@gentoo.org>
Date: Mon, 10 Jan 2011 05:19:47 +0000 (-0500)
Subject: Blackfin: adi boards: enable CONFIG_MONITOR_IS_IN_RAM
X-Git-Tag: v2025.01-rc5-pxa1908~19586^2~4
X-Git-Url: http://git.dujemihanovic.xyz/img/static/%7B%7B?a=commitdiff_plain;h=a91eb2c56a54155f6dacca392acb621b43ade84a;p=u-boot.git

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>
---

diff --git a/include/configs/bf506f-ezkit.h b/include/configs/bf506f-ezkit.h
index c7f4af702a..3580ec6af7 100644
--- a/include/configs/bf506f-ezkit.h
+++ b/include/configs/bf506f-ezkit.h
@@ -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
 
 
 /*
diff --git a/include/configs/bfin_adi_common.h b/include/configs/bfin_adi_common.h
index 9016a26ffb..a9c66be459 100644
--- a/include/configs/bfin_adi_common.h
+++ b/include/configs/bfin_adi_common.h
@@ -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