[U-Boot] [PATCH 1/2] board/spear/common: move code to arch/arm/cpu/arm926ejs/spear/
Tom Rini
trini at konsulko.com
Tue Aug 15 22:06:15 UTC 2017
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 at 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!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170815/04bf38be/attachment.sig>
More information about the U-Boot
mailing list