summaryrefslogtreecommitdiffstats
path: root/include/configs/bf506f-ezkit.h
diff options
context:
space:
mode:
authorSonic Zhang <sonic.zhang@analog.com>2013-12-09 12:38:56 +0800
committerSonic Zhang <sonic.zhang@analog.com>2013-12-16 11:38:32 +0800
commita2d169087ed5c0e82356445f5f29cdd9b6c3420e (patch)
tree0e7e0b6b94ba9791f31fc66e402f7025b27978aa /include/configs/bf506f-ezkit.h
parentfa88d88f82cb8e986c07e870c80eba4873ec0cf8 (diff)
downloadblackbird-obmc-uboot-a2d169087ed5c0e82356445f5f29cdd9b6c3420e.tar.gz
blackbird-obmc-uboot-a2d169087ed5c0e82356445f5f29cdd9b6c3420e.zip
blackfin: Disable commands to reduce l1 ram requirement
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Diffstat (limited to 'include/configs/bf506f-ezkit.h')
-rw-r--r--include/configs/bf506f-ezkit.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/include/configs/bf506f-ezkit.h b/include/configs/bf506f-ezkit.h
index 5ad3ee70d4..eed2d5bcef 100644
--- a/include/configs/bf506f-ezkit.h
+++ b/include/configs/bf506f-ezkit.h
@@ -56,6 +56,7 @@
/*
* Flash Settings
*/
+
#define CONFIG_FLASH_CFI_DRIVER
#define CONFIG_SYS_FLASH_BASE 0x20000000
#define CONFIG_SYS_FLASH_CFI
@@ -63,7 +64,9 @@
#define CONFIG_SYS_MAX_FLASH_SECT 71
#define CONFIG_CMD_FLASH
#define CONFIG_MONITOR_IS_IN_RAM
-
+/*
+#define CONFIG_SYS_NO_FLASH
+*/
/*
* SPI Settings
@@ -71,11 +74,12 @@
#define CONFIG_BFIN_SPI
#define CONFIG_ENV_SPI_MAX_HZ 30000000
#define CONFIG_SF_DEFAULT_SPEED 30000000
+/*
#define CONFIG_SPI_FLASH
#define CONFIG_SPI_FLASH_STMICRO
#define CONFIG_CMD_SF
#define CONFIG_CMD_SPI
-
+*/
/*
* Env Storage Settings
OpenPOWER on IntegriCloud