From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Thu, 26 Nov 2015 12:28:11 +0100 Subject: [U-Boot] [PATCH] common: board_f: Dont relocate FDT incase of CONFIG_OF_EMBED In-Reply-To: <1448536688.4631.2.camel@synopsys.com> References: <1ae39c3f018dff7e30c06f37e14507e4d87de080.1448531680.git.michal.simek@xilinx.com> <1448536688.4631.2.camel@synopsys.com> Message-ID: <5656ECCB.7080906@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 26.11.2015 12:18, Alexey Brodkin wrote: > Hi Michal, > > On Thu, 2015-11-26 at 10:54 +0100, Michal Simek wrote: >> From: Siva Durga Prasad Paladugu >> >> Done relocate fdt incase of CONFIG_OF EMBED as the fdt is > > Probably it was meant to be something like: > ------------------->8------------------- > __Don't__ relocate fdt in__case of CONFIG_OF EMBED as the fdt is > ------------------->8------------------- > > Otherwise, > Reviewed-by: Alexey Brodkin Ah yeah. Will fix it in v2. Thanks, Michal