Skip to content
Snippets Groups Projects
Commit 9e978348 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
parent 4da2551e
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,6 @@ ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment