Re: [U-Boot] [PATCH v3 1/2] env_mmc: configure environment offsets via device tree

2017-05-15 Thread Dr. Philipp Tomsich
Hi Jaehoon, I haven’t been able to reproduce this on any our configs, but I believe to have caught the issue: testing the OF_CONTROL using defined(CONFIG_OF_CONTROL) gives a false positive in the SPL build, as the SPL infrastructure does not undefine it … yet, lib/Makefile uses

Re: [U-Boot] [PATCH v3 1/2] env_mmc: configure environment offsets via device tree

2017-05-15 Thread Jaehoon Chung
Hi Philipp, On 05/10/2017 09:44 PM, Philipp Tomsich wrote: > This introduces the ability to override the environment offets 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' >

[U-Boot] [PATCH v3 1/2] env_mmc: configure environment offsets via device tree

2017-05-10 Thread Philipp Tomsich
This introduces the ability to override the environment offets 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