From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Sun, 29 Nov 2015 14:15:32 +0800 Subject: [U-Boot] [PATCH v2] common: board_f: Dont relocate FDT incase of CONFIG_OF_EMBED In-Reply-To: <4f35f3cfb25f82fd43444985c500558a809e7cb0.1448609289.git.michal.simek@xilinx.com> References: <4f35f3cfb25f82fd43444985c500558a809e7cb0.1448609289.git.michal.simek@xilinx.com> Message-ID: <565A9804.6010503@wytron.com.tw> 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 2015?11?27? 15:28, Michal Simek wrote: > From: Siva Durga Prasad Paladugu > > Don't relocate fdt in case of CONFIG_OF EMBED as the fdt is > already embedded with u-boot image. Also update the fdt_blob > correctly in this case > > Signed-off-by: Siva Durga Prasad Paladugu > Signed-off-by: Michal Simek > Reviewed-by: Alexey Brodkin > --- > > Changes in v2: > - Fix commit message reported by Alexey > > common/board_f.c | 11 +++++++++-- > 1 file changed, 9 insertions(+), 2 deletions(-) > Tested on nios2 boards. Tested-by: Thomas Chou Acked-by: Thomas Chou