FOC: Make PandaBoard compile
Fix multiple definition of 'init_errata_workarounds'
This commit is contained in:
@@ -459,13 +459,7 @@ Cpu::id_init()
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
IMPLEMENTATION [arm && armv6plus && omap4_pandaboard]:
|
||||
|
||||
PRIVATE static inline
|
||||
void Cpu::init_errata_workarounds() {}
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
IMPLEMENTATION [arm && armv6plus && !omap4_pandaboard]:
|
||||
IMPLEMENTATION [arm && armv6plus]:
|
||||
|
||||
PRIVATE static inline
|
||||
void
|
||||
@@ -504,7 +498,7 @@ Cpu::id_init()
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
IMPLEMENTATION [!arm_cpu_errata || !armv6plus]:
|
||||
IMPLEMENTATION [!arm_cpu_errata || !armv6plus || omap4_pandaboard]:
|
||||
|
||||
PRIVATE static inline
|
||||
void Cpu::init_errata_workarounds() {}
|
||||
|
||||
Reference in New Issue
Block a user