commit | 7672d9d582abfc380b8160c294b5de5bf97286be | [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 | bf1ddfc026f7e27414a303d6c2805e98dc18f4d3 [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>