[U-Boot] [PATCH v2 0/2] This series introduces the ability to override the environment offets

Philipp Tomsich philipp.tomsich at theobroma-systems.com
Tue Apr 25 07:39:21 UTC 2017


from the device tree by setting the following nodes in '/config':

	'u-boot,mmc-env-offset' - overrides CONFIG_ENV_OFFSET
	'u-boot,mmc-env-offset-redundant'
				- overrides CONFIG_ENV_OFFSET_REDUND

and adds the appropriate documentation in config.txt.


Changes in v2:
- added documentation in config.txt

Philipp Tomsich (2):
  env_mmc: configure environment offsets via device tree
  doc: document u-boot,mmc-env-offset and u-boot,mmc-env-offset-redund

 common/env_mmc.c                    | 31 +++++++++++++++++++++++++++----
 doc/device-tree-bindings/config.txt | 12 ++++++++++++
 2 files changed, 39 insertions(+), 4 deletions(-)

-- 
1.9.1



More information about the U-Boot mailing list