From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luka Perkov Date: Wed, 2 Jul 2014 01:45:40 +0200 Subject: [U-Boot] [PATCH v1 20/25] arm: kirkwood: Remove some dead code from cpu.c In-Reply-To: <1403862911-6138-21-git-send-email-sr@denx.de> References: <1403862911-6138-1-git-send-email-sr@denx.de> <1403862911-6138-21-git-send-email-sr@denx.de> Message-ID: <20140701234540.GA11989@w500.lan> 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 27, 2014 at 11:55:06AM +0200, Stefan Roese wrote: > All those functions removed with this patch are not accessed at all. So lets > remove them. > > Signed-off-by: Stefan Roese > --- > > arch/arm/cpu/arm926ejs/kirkwood/cpu.c | 55 ----------------------------------- > 1 file changed, 55 deletions(-) Up until this patch I have tested the series without problems on ib62x0. This is the last patch that I can apply and still boot the board. That said, for this patch and those before it: Tested-by: Luka Perkov After the next patch in series is applied uboot does not come up - there is no output on the console. I've used kwboot in testing: $ sudo ./tools/kwboot -t -p -B 115200 -b u-boot.kwb /dev/ttyUSB0 Unrelated to this series I am going to mail a couple of kirkwood patches. Those can be applied without conflicts before or after this series. Luka