diff mbox

[U-Boot,v6,26/31] blackfin: Remove noreturn attribute from cpu_init_f()

Message ID 1362530405-10824-27-git-send-email-sjg@chromium.org
State Accepted, archived
Delegated to: Tom Rini
Headers show

Commit Message

Simon Glass March 6, 2013, 12:40 a.m. UTC
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>
---
Changes in v6:
- Add new patch to remove noreturn attribute from blackfin's cpu_init_f()

Changes in v5: None
Changes in v4: None
Changes in v3: None
Changes in v2: None

 arch/blackfin/cpu/cpu.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/arch/blackfin/cpu/cpu.c b/arch/blackfin/cpu/cpu.c
index b9fdb07..0be2e2b 100644
--- a/arch/blackfin/cpu/cpu.c
+++ b/arch/blackfin/cpu/cpu.c
@@ -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