diff options
author | Alexey Brodkin | 2019-01-15 11:42:48 +0300 |
---|---|---|
committer | Alexey Brodkin | 2019-01-25 08:38:18 +0300 |
commit | 70b5ea74063e55bef59190833b5d83039e3d3ae8 (patch) | |
tree | cab71d005a634953c87589e2a144d2c2882bd354 /include/configs/axs10x.h | |
parent | 31e00acdc7e781d1cc681e25aae7485c34762672 (diff) |
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/axs10x.h')
-rw-r--r-- | include/configs/axs10x.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/axs10x.h b/include/configs/axs10x.h index 1224815a925..e128d1c08ba 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 && " \ |