Dear Heiko Schocher, In message <[email protected]> you wrote: > renaming the "mgsuvd" board port into "km8xx", because > there come more similar boards from keymile. > Compiling the mgsuvd board with "make mgsuvd_config" > remains. > > Signed-off-by: Heiko Schocher <[email protected]> > --- > Makefile | 2 +- > board/keymile/common/common.c | 2 +- > board/keymile/common/keymile_hdlc_enet.h | 2 +- > board/keymile/{mgsuvd => km8xx}/Makefile | 2 +- > board/keymile/{mgsuvd => km8xx}/config.mk | 0 > board/keymile/{mgsuvd/mgsuvd.c => km8xx/km8xx.c} | 0 > .../mgsuvd_hdlc_enet.c => km8xx/km8xx_hdlc_enet.c} | 0 > board/keymile/{mgsuvd => km8xx}/u-boot.lds | 0 > include/commproc.h | 8 +- > include/configs/km8xx.h | 317 > ++++++++++++++++++++ > include/configs/mgsuvd.h | 285 +----------------- > 11 files changed, 327 insertions(+), 291 deletions(-) > rename board/keymile/{mgsuvd => km8xx}/Makefile (98%) > rename board/keymile/{mgsuvd => km8xx}/config.mk (100%) > rename board/keymile/{mgsuvd/mgsuvd.c => km8xx/km8xx.c} (100%) > rename board/keymile/{mgsuvd/mgsuvd_hdlc_enet.c => km8xx/km8xx_hdlc_enet.c} > (100%) > rename board/keymile/{mgsuvd => km8xx}/u-boot.lds (100%) > create mode 100644 include/configs/km8xx.h
Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] A door is what a dog is perpetually on the wrong side of. - Ogden Nash _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

