aboutsummaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorAlexey Brodkin <abrodkin@synopsys.com>2019-01-15 11:42:48 +0300
committerAlexey Brodkin <abrodkin@synopsys.com>2019-01-25 08:38:18 +0300
commit70b5ea74063e55bef59190833b5d83039e3d3ae8 (patch)
treecab71d005a634953c87589e2a144d2c2882bd354 /include/configs
parent31e00acdc7e781d1cc681e25aae7485c34762672 (diff)
downloadu-boot-70b5ea74063e55bef59190833b5d83039e3d3ae8.zip
u-boot-70b5ea74063e55bef59190833b5d83039e3d3ae8.tar.gz
u-boot-70b5ea74063e55bef59190833b5d83039e3d3ae8.tar.bz2
ARC: Move ENV_SIZE and ENV_OFFSET to Kconfig
Join the party of some ARM boards and drop more items from include/configs/xxx.h. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Michal Simek <michal.simek@xilinx.com> Cc: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/axs10x.h1
-rw-r--r--include/configs/emsdp.h1
-rw-r--r--include/configs/hsdk.h2
-rw-r--r--include/configs/iot_devkit.h1
-rw-r--r--include/configs/nsim.h6
-rw-r--r--include/configs/tb100.h6
6 files changed, 0 insertions, 17 deletions
diff --git a/include/configs/axs10x.h b/include/configs/axs10x.h
index 1224815..e128d1c 100644
--- a/include/configs/axs10x.h
+++ b/include/configs/axs10x.h
@@ -62,7 +62,6 @@
/*
* Environment settings
*/
-#define CONFIG_ENV_SIZE SZ_16K
#define CONFIG_EXTRA_ENV_SETTINGS \
"upgrade=if mmc rescan && " \
"fatload mmc 0:1 ${loadaddr} u-boot-update.img && " \
diff --git a/include/configs/emsdp.h b/include/configs/emsdp.h
index e6b2469..a872d48 100644
--- a/include/configs/emsdp.h
+++ b/include/configs/emsdp.h
@@ -21,7 +21,6 @@
/*
* Environment
*/
-#define CONFIG_ENV_SIZE SZ_4K
#define CONFIG_BOOTFILE "app.bin"
#define CONFIG_LOADADDR CONFIG_SYS_LOAD_ADDR
diff --git a/include/configs/hsdk.h b/include/configs/hsdk.h
index 92cf3a1..9af1d12 100644
--- a/include/configs/hsdk.h
+++ b/include/configs/hsdk.h
@@ -57,8 +57,6 @@
/*
* Environment settings
*/
-#define CONFIG_ENV_SIZE SZ_16K
-
#define CONFIG_EXTRA_ENV_SETTINGS \
"upgrade=if mmc rescan && " \
"fatload mmc 0:1 ${loadaddr} u-boot-update.scr && " \
diff --git a/include/configs/iot_devkit.h b/include/configs/iot_devkit.h
index cd1309d..1ba69d9 100644
--- a/include/configs/iot_devkit.h
+++ b/include/configs/iot_devkit.h
@@ -74,7 +74,6 @@
/*
* Environment
*/
-#define CONFIG_ENV_SIZE SZ_4K
#define CONFIG_BOOTFILE "app.bin"
#define CONFIG_LOADADDR CONFIG_SYS_LOAD_ADDR
diff --git a/include/configs/nsim.h b/include/configs/nsim.h
index c3f34a9..61217bb 100644
--- a/include/configs/nsim.h
+++ b/include/configs/nsim.h
@@ -25,12 +25,6 @@
#define CONFIG_SYS_LOAD_ADDR 0x82000000
/*
- * Environment settings
- */
-#define CONFIG_ENV_SIZE SZ_512
-#define CONFIG_ENV_OFFSET 0
-
-/*
* Environment configuration
*/
#define CONFIG_BOOTFILE "uImage"
diff --git a/include/configs/tb100.h b/include/configs/tb100.h
index 96e5b63..a761c37 100644
--- a/include/configs/tb100.h
+++ b/include/configs/tb100.h
@@ -53,12 +53,6 @@
*/
/*
- * Environment settings
- */
-#define CONFIG_ENV_SIZE SZ_2K
-#define CONFIG_ENV_OFFSET 0
-
-/*
* Environment configuration
*/
#define CONFIG_BOOTFILE "uImage"