]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
karo: tx51: fix unused variable 'ret' build error
authorLothar Waßmann <LW@KARO-electronics.de>
Tue, 18 Feb 2014 14:17:27 +0000 (15:17 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 5 Mar 2014 07:42:58 +0000 (08:42 +0100)
board/karo/tx51/tx51.c

index 613eecc3d48bf4751608f2be89d08b68bfca71ec..7e3bb68798677ad3f695ab01d499e823ca304f90 100644 (file)
@@ -1002,7 +1002,6 @@ static void stk5v3_board_init(void)
 static void tx51_set_cpu_clock(void)
 {
        unsigned long cpu_clk = getenv_ulong("cpu_clk", 10, 0);
-       int ret;
 
        if (had_ctrlc() || (wrsr & WRSR_TOUT))
                return;