From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Brodkin Date: Thu, 26 Nov 2015 11:18:09 +0000 Subject: [U-Boot] [PATCH] common: board_f: Dont relocate FDT incase of CONFIG_OF_EMBED In-Reply-To: <1ae39c3f018dff7e30c06f37e14507e4d87de080.1448531680.git.michal.simek@xilinx.com> References: <1ae39c3f018dff7e30c06f37e14507e4d87de080.1448531680.git.michal.simek@xilinx.com> Message-ID: <1448536688.4631.2.camel@synopsys.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 -Alexey