
On Tue, Aug 15, 2017 at 10:52:44PM +0200, Thomas Petazzoni wrote:
The code in board/spear/common/ is not board-specific but SoC-specific. Therefore, boards from other vendors than "spear" may want to re-use this code, which is currently difficult with the code being placed in board/spear/common/.
Since this code really is SoC-specific, this commit moves it to arch/arm/cpu/arm926ejs/spear/, with the rest of the SPEAr related code.
Signed-off-by: Thomas Petazzoni thomas.petazzoni@free-electrons.com
arch/arm/cpu/arm926ejs/spear/Makefile | 2 ++ .../arm/cpu/arm926ejs/spear}/spr_lowlevel_init.S | 0 .../common => arch/arm/cpu/arm926ejs/spear}/spr_misc.c | 0 board/spear/common/Makefile | 14 -------------- 4 files changed, 2 insertions(+), 14 deletions(-) rename {board/spear/common => arch/arm/cpu/arm926ejs/spear}/spr_lowlevel_init.S (100%) rename {board/spear/common => arch/arm/cpu/arm926ejs/spear}/spr_misc.c (100%) delete mode 100644 board/spear/common/Makefile
So, I asked Stefan to do some cleanups related to SPEAr a while ago, but he's been unable to find the time I believe. Would you have interest in being perhaps co-maintainer of these platforms? Otherwise I fear they need dropping due to lack of Kconfig migration. Thanks!