From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Mon, 8 Oct 2018 16:15:55 +0200 Subject: [U-Boot] [PATCH] Revert "fdt: fdtdec_setup_memory_banksize() use livetree" In-Reply-To: References: <4951156071ba41dacd40c2bd1c9a321046dd40b5.1538637860.git.michal.simek@xilinx.com> <26628ec8-8691-a0e3-b7ae-77d08e6c888f@st.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 8.10.2018 14:39, Simon Glass wrote: > On 6 October 2018 at 07:33, Patrice CHOTARD wrote: >> >> Hi >> >> I got same issue on STM32F746 >> >> Patrice >> >> On 10/04/2018 09:24 AM, Michal Simek wrote: >>> This reverts commit c35a7d375ec8f0a8ee343ae4868be3242172632e. >>> This commit is breaking SPL on zc706. >>> >>> Signed-off-by: Michal Simek >>> --- >>> >>> lib/fdtdec.c | 44 +++++++++++++++++++++++--------------------- >>> 1 file changed, 23 insertions(+), 21 deletions(-) > > Reviewed-by: Simon Glass > > There seems to be a failure in sandbox test coverage here. I think > when we re-apply this function it needs a test. I am preparing PR for Tom and I will take this via my tree. Thanks, Michal