From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 24 Nov 2011 22:51:53 +0100 Subject: [U-Boot] [PATCH] hawkboard: Replace HAWKBOARD_KICK{0, 1}_UNLOCK defines In-Reply-To: <1321699544-2235-3-git-send-email-christian.riesch@omicron.at> References: <1321699544-2235-1-git-send-email-christian.riesch@omicron.at> <1321699544-2235-3-git-send-email-christian.riesch@omicron.at> Message-ID: <20111124225153.3ce611e7@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 19 Nov 2011 11:45:44 +0100 Christian Riesch wrote: > This patch replaces the HAWKBOARD_KICK{0,1}_UNLOCK defines by > DV_SYSCFG_KICK{0,1}_UNLOCK. > > The kick register values are not hawkboard specific but may be used > for all davinci boards. In commit f3c149d6c6e5ba8dd72baa86fe527837e4fb0e9a > new defines for these values wer introduced. > > Signed-off-by: Christian Riesch > Cc: Syed Mohammed Khasim > Cc: Sughosh Ganu > Cc: Sandeep Paulraj > --- > arch/arm/include/asm/arch-davinci/davinci_misc.h | 3 --- > board/davinci/da8xxevm/hawkboard.c | 4 ++-- > board/davinci/da8xxevm/hawkboard_nand_spl.c | 4 ++-- > 3 files changed, 4 insertions(+), 7 deletions(-) Applied to u-boot-staging agust at denx.de. Thanks! Anatolij