mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
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>
This commit is contained in:
parent
4da2551efa
commit
9e97834867
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue