浏览代码

blackfin: Remove noreturn attribute from cpu_init_f()

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>
Simon Glass 12 年之前
父节点
当前提交
9e97834867
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      arch/blackfin/cpu/cpu.c

+ 0 - 1
arch/blackfin/cpu/cpu.c

@@ -23,7 +23,6 @@
 
 
 ulong bfin_poweron_retx;
 ulong bfin_poweron_retx;
 
 
-__attribute__ ((__noreturn__))
 void cpu_init_f(ulong bootflag, ulong loaded_from_ldr)
 void cpu_init_f(ulong bootflag, ulong loaded_from_ldr)
 {
 {
 #ifndef CONFIG_BFIN_BOOTROM_USES_EVT1
 #ifndef CONFIG_BFIN_BOOTROM_USES_EVT1