arm/cpu: Avoid multiple definitions of barebox_arm_entry
All versions of barebox_arm_entry (in uncompress.c, start.c and
start-pbl.c) appear to be doing exacty the same thing. So move the
definition into a separate file and use IS_ENABLED macro to avoid
re-definition.

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 2c68f4e commit 33d482fdd391d334f7e8f8b5f3d8cef22a4d3b97
@Andrey Smirnov Andrey Smirnov authored on 30 Oct 2015
Sascha Hauer committed on 2 Nov 2015
Showing 6 changed files
View
arch/arm/cpu/Makefile
View
arch/arm/cpu/entry.c 0 → 100644
View
arch/arm/cpu/entry.h 0 → 100644
View
arch/arm/cpu/start-pbl.c
View
arch/arm/cpu/start.c
View
arch/arm/cpu/uncompress.c