summaryrefslogtreecommitdiffstats
path: root/include/configs/bf527-ezkit.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-05-05 01:35:41 -0400
committerMike Frysinger <vapier@gentoo.org>2009-05-06 08:47:31 -0400
commit53310b88eaa27fb5cb83144d0b22389190ad87a1 (patch)
tree664604ba914dbbc82facc8cfd42eeda1e2330cc7 /include/configs/bf527-ezkit.h
parentf58bf804a14324c6c9186a7a664fa23281780e8b (diff)
downloadtalos-obmc-uboot-53310b88eaa27fb5cb83144d0b22389190ad87a1.tar.gz
talos-obmc-uboot-53310b88eaa27fb5cb83144d0b22389190ad87a1.zip
Blackfin: bf527-ezkit: fix SPI flash env params
The BF527-EZKIT settings for storing the environment in SPI flash wasn't using the correct sector settings for the SPI flash part that is actually on the board. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include/configs/bf527-ezkit.h')
-rw-r--r--include/configs/bf527-ezkit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/bf527-ezkit.h b/include/configs/bf527-ezkit.h
index 42cb0a8d7f..0fe5fa53ff 100644
--- a/include/configs/bf527-ezkit.h
+++ b/include/configs/bf527-ezkit.h
@@ -115,9 +115,9 @@
*/
#if (CONFIG_BFIN_BOOT_MODE == BFIN_BOOT_SPI_MASTER)
#define CONFIG_ENV_IS_IN_SPI_FLASH
-#define CONFIG_ENV_OFFSET 0x4000
+#define CONFIG_ENV_OFFSET 0x10000
#define CONFIG_ENV_SIZE 0x2000
-#define CONFIG_ENV_SECT_SIZE 0x2000
+#define CONFIG_ENV_SECT_SIZE 0x10000
#else
#define CONFIG_ENV_IS_IN_FLASH
#define CONFIG_ENV_OFFSET 0x4000
OpenPOWER on IntegriCloud