From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graeme Russ Date: Sun, 16 Oct 2011 14:21:33 +1100 Subject: [U-Boot] [PATCH] x86: turn off cache: set control register properly In-Reply-To: <1317407227-8864-1-git-send-email-ondra.cap@gmail.com> References: <1317407227-8864-1-git-send-email-ondra.cap@gmail.com> Message-ID: <4E9A4DBD.7070102@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 01/10/11 04:27, Ondrej Kupka wrote: > Bits should be ORed when they are supposed to be added together > > Cc: Graeme Russ > Signed-off-by: Ondrej Kupka > --- > arch/x86/cpu/start16.S | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > Applied to u-boot-x86 Thanks, Graeme