summaryrefslogtreecommitdiff
path: root/include/configs/nsim.h
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/nsim.h
parent31e00acdc7e781d1cc681e25aae7485c34762672 (diff)
downloadu-boot-70b5ea74063e55bef59190833b5d83039e3d3ae8.tar.xz
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/nsim.h')
-rw-r--r--include/configs/nsim.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/nsim.h b/include/configs/nsim.h
index c3f34a91e4..61217bbe79 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"