Dear Dirk Eibach, In message <1252479834-24314-1-git-send-email-eib...@gdsys.de> you wrote: > Signed-off-by: Dirk Eibach <eib...@gdsys.de> > --- > Changes since v1: > - also changed config name > > Changes since v2: > - also changed file- and directory-names > > MAINTAINERS | 2 +- > MAKEALL | 2 +- > Makefile | 16 +- > board/gdsys/compactcenter/Makefile | 53 ---- > board/gdsys/compactcenter/chip_config.c | 87 ------ > board/gdsys/compactcenter/compactcenter.c | 289 ------------------- > board/gdsys/compactcenter/config.mk | 41 --- > board/gdsys/compactcenter/init.S | 97 ------- > board/gdsys/compactcenter/u-boot.lds | 144 ---------- > board/gdsys/intip/Makefile | 53 ++++ > board/gdsys/intip/chip_config.c | 87 ++++++ > board/gdsys/intip/config.mk | 41 +++ > board/gdsys/intip/init.S | 97 +++++++ > board/gdsys/intip/intip.c | 289 +++++++++++++++++++ > board/gdsys/intip/u-boot.lds | 144 ++++++++++ > include/configs/compactcenter.h | 437 > ----------------------------- > include/configs/intip.h | 437 > +++++++++++++++++++++++++++++ > 17 files changed, 1158 insertions(+), 1158 deletions(-) > delete mode 100644 board/gdsys/compactcenter/Makefile > delete mode 100644 board/gdsys/compactcenter/chip_config.c > delete mode 100644 board/gdsys/compactcenter/compactcenter.c > delete mode 100644 board/gdsys/compactcenter/config.mk > delete mode 100644 board/gdsys/compactcenter/init.S > delete mode 100644 board/gdsys/compactcenter/u-boot.lds > create mode 100644 board/gdsys/intip/Makefile > create mode 100644 board/gdsys/intip/chip_config.c > create mode 100644 board/gdsys/intip/config.mk > create mode 100644 board/gdsys/intip/init.S > create mode 100644 board/gdsys/intip/intip.c > create mode 100644 board/gdsys/intip/u-boot.lds > delete mode 100644 include/configs/compactcenter.h > create mode 100644 include/configs/intip.h
NAK. Do not rename files by removing the old names and adding he new ones. Please use "-M -C" options with "git format-patch" so renames get detected. 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: w...@denx.de "What if" is a trademark of Hewlett Packard, so stop using it in your sentences without permission, or risk being sued. _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot