]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
blackfin: Remove noreturn attribute from cpu_init_f()
authorSimon Glass <sjg@chromium.org>
Tue, 5 Mar 2013 14:40:00 +0000 (14:40 +0000)
committerTom Rini <trini@ti.com>
Fri, 15 Mar 2013 20:14:01 +0000 (16:14 -0400)
Now that board_init_f() is not marked as noreturn, we need to do the same
to blackfin's cpu_init_f() function.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/blackfin/cpu/cpu.c

index b9fdb078bdd6e14319f150bd6bc67c2761ba8d4e..0be2e2b835b23ab5c9cded732588faffd231f8d9 100644 (file)
@@ -23,7 +23,6 @@
 
 ulong bfin_poweron_retx;
 
-__attribute__ ((__noreturn__))
 void cpu_init_f(ulong bootflag, ulong loaded_from_ldr)
 {
 #ifndef CONFIG_BFIN_BOOTROM_USES_EVT1