From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Fri, 22 Apr 2016 06:41:11 +0200 Subject: [U-Boot] [PATCH] zynq: Allow board specific files to over write CONFIG_EXTRA_ENV_SETTINGS. In-Reply-To: <1461262472-732-1-git-send-email-philip@opensdr.com> References: <1461262472-732-1-git-send-email-philip@opensdr.com> Message-ID: <5719AB67.9040003@xilinx.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 21.4.2016 20:14, Philip Balister wrote: > The zynq-common.h header file is usually included last in the board specific > header file. Check if the CONFIG_EXTRA_ENV_SETTINGS variable is set before > applying the default value. This makes it easier for a board to set a > board specific environment. > > Cc: Michal Simek > Signed-off-by: Philip Balister > --- > include/configs/zynq-common.h | 2 ++ > 1 file changed, 2 insertions(+) Did you rebase it on the top of latest tree? I have added this some time ago "ARM: zynq: Enable option to overwrite default variables" commit b7b3efe75a46c3d6bff43b7b314d1fff90ca65ec Thanks, Michal