summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-08-25 08:34:39 -0400
committerTom Rini <trini@ti.com>2014-08-25 08:34:39 -0400
commit7bee1c91a94db19bd26f92cc67be35d3592c6429 (patch)
treea8e29376b47450c7a3b653e16df3ff9f603f2ca3 /include/configs
parent055626acba2754d3311204ad361b1828a4f8aaf6 (diff)
parent9fa7bbc126d697f1415adbac72bb7f6d978ff50d (diff)
downloadtalos-obmc-uboot-7bee1c91a94db19bd26f92cc67be35d3592c6429.tar.gz
talos-obmc-uboot-7bee1c91a94db19bd26f92cc67be35d3592c6429.zip
Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/openrd.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/openrd.h b/include/configs/openrd.h
index 3eb408f004..b65bdfda32 100644
--- a/include/configs/openrd.h
+++ b/include/configs/openrd.h
@@ -77,6 +77,11 @@
#define CONFIG_ENV_SIZE 0x20000 /* 128k */
#define CONFIG_ENV_ADDR 0x60000
#define CONFIG_ENV_OFFSET 0x60000 /* env starts here */
+/*
+ * Environment is right behind U-Boot in flash. Make sure U-Boot
+ * doesn't grow into the environment area.
+ */
+#define CONFIG_BOARD_SIZE_LIMIT CONFIG_ENV_OFFSET
/*
* Default environment variables
OpenPOWER on IntegriCloud