From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Tue, 11 Oct 2016 11:42:35 +0800 Subject: [U-Boot] [PATCH 31/82] x86: ivybridge: Fix PCH power setup In-Reply-To: References: <1474860866-16406-1-git-send-email-sjg@chromium.org> <1474860866-16406-32-git-send-email-sjg@chromium.org> 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 Tue, Oct 11, 2016 at 11:16 AM, Bin Meng wrote: > On Mon, Sep 26, 2016 at 11:33 AM, Simon Glass wrote: >> At present pch_power_options() has the arguments to writel() around the >> wrong way. Fix this and update it to compile on 64-bit machines. >> >> Signed-off-by: Simon Glass >> --- >> >> arch/x86/cpu/ivybridge/lpc.c | 8 ++++---- >> 1 file changed, 4 insertions(+), 4 deletions(-) >> > > Reviewed-by: Bin Meng applied to u-boot-x86, thanks!