From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Tue, 12 Jun 2018 09:54:03 +0800 Subject: [U-Boot] [PATCH 07/13] x86: chromebook_link: Remove dm-pre-reloc property in the cpu nodes In-Reply-To: References: <1528077866-2850-1-git-send-email-bmeng.cn@gmail.com> <1528077866-2850-8-git-send-email-bmeng.cn@gmail.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 Fri, Jun 8, 2018 at 4:33 AM, Simon Glass wrote: > On 3 June 2018 at 18:04, Bin Meng wrote: >> The 206ax cpu driver does not require pre-relocation flag to work. >> >> Signed-off-by: Bin Meng >> --- >> >> arch/x86/dts/chromebook_link.dts | 5 ----- >> 1 file changed, 5 deletions(-) >> > > Reviewed-by: Simon Glass applied to u-boot-x86, thanks!