summaryrefslogtreecommitdiffstats
path: root/include/configs/bf548-ezkit.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-03-17 17:07:47 -0400
committerMike Frysinger <vapier@gentoo.org>2011-04-08 00:44:27 -0400
commitd413dbc99035cbf944a3c1ef81230af93b2ce101 (patch)
tree2f3ced2874235115048245a79eeb0ca48407e629 /include/configs/bf548-ezkit.h
parenteed1a7b1cfccd427d940a281e21000d8a2f669aa (diff)
downloadtalos-obmc-uboot-d413dbc99035cbf944a3c1ef81230af93b2ce101.tar.gz
talos-obmc-uboot-d413dbc99035cbf944a3c1ef81230af93b2ce101.zip
Blackfin: bf548-ezkit: move env sector
U-Boot itself takes up more than 0x40000 bytes, so we can't use that sector for the environment. Move it down a page. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include/configs/bf548-ezkit.h')
-rw-r--r--include/configs/bf548-ezkit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/bf548-ezkit.h b/include/configs/bf548-ezkit.h
index e862a8ae5e..4d7d87705f 100644
--- a/include/configs/bf548-ezkit.h
+++ b/include/configs/bf548-ezkit.h
@@ -110,7 +110,7 @@
#define CONFIG_ENV_IS_EMBEDDED_IN_LDR
#elif (CONFIG_BFIN_BOOT_MODE == BFIN_BOOT_NAND)
#define CONFIG_ENV_IS_IN_NAND
-#define CONFIG_ENV_OFFSET 0x40000
+#define CONFIG_ENV_OFFSET 0x60000
#define CONFIG_ENV_SIZE 0x20000
#else
#define CONFIG_ENV_IS_IN_FLASH 1
OpenPOWER on IntegriCloud