commit | 6b1c16563e83ff27ba9259ab2c54180decae91f4 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Mon Sep 04 21:08:02 2017 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 13 09:24:26 2017 -0400 |
tree | 8875af5808d33ca19501c0e7d341e9ba3ff90011 | |
parent | f94642292089a3273f7844936309fcce6bab44a0 [diff] |
include/configs: remove references to SMNAND_ENV_OFFSET In mancy cases both CONFIG_ENV_OFFSET and CONFIG_ENV_ADDR point to an otherwise-unused SMNAND_ENV_OFFSET. This patch will set both CONFIG_ENV_OFFSET and CONFIG_ENV_ADDR to whatever value was defined by SMNAND_ENV_OFFSET. Signed-off-by: Adam Ford <aford173@gmail.com>