[U-Boot] [PATCH 30/34] Blackfin: adi boards: enable CONFIG_MONITOR_IS_IN_RAM

Mike Frysinger vapier at gentoo.org
Sun Apr 3 10:58:37 CEST 2011


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

Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
 include/configs/bf506f-ezkit.h    |    1 +
 include/configs/bfin_adi_common.h |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/configs/bf506f-ezkit.h b/include/configs/bf506f-ezkit.h
index c7f4af7..3580ec6 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 9016a26..a9c66be 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
-- 
1.7.4.1



More information about the U-Boot mailing list