History log of /rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/spear/spr_misc.c (Results 1 – 1 of 1)
Revision Date Author Comments
# c25c4fd0 15-Aug-2017 Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

board/spear/common: move code to arch/arm/cpu/arm926ejs/spear/

The code in board/spear/common/ is not board-specific but
SoC-specific. Therefore, boards from other vendors than "spear" may
want to r

board/spear/common: move code to arch/arm/cpu/arm926ejs/spear/

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>

show more ...