]> git.ipfire.org Git - people/ms/u-boot.git/commit
[new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c
authorMarian Balakowicz <m8@semihalf.com>
Tue, 8 Jan 2008 17:11:43 +0000 (18:11 +0100)
committerWolfgang Denk <wd@denx.de>
Thu, 7 Feb 2008 00:12:54 +0000 (01:12 +0100)
commit5d3cc55ecbae277e08f5ff771da20b1d6a36ec36
tree1829170a7b5425cf7f344ce5c75021bb82558de8
parentb97a2a0a21f279d66de8a9bdbfe21920968bcb1c
[new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c

PPC implementation of do_bootm_linux() routine is moved to
a dedicated file lib_ppc/ppc_linux.c

Signed-off-by: Marian Balakowicz <m8@semihalf.com>
common/cmd_bootm.c
lib_ppc/Makefile
lib_ppc/ppc_linux.c [new file with mode: 0644]