From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Thu, 21 Oct 2010 22:30:09 +0200 Subject: [U-Boot] [PATCH 1/2] Move and rename common headers from under board/davinci In-Reply-To: <1287690158-6055-1-git-send-email-urwithsughosh@gmail.com> References: <1287690158-6055-1-git-send-email-urwithsughosh@gmail.com> Message-ID: <20101021203009.3FDEC1359B7@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Sughosh Ganu, In message <1287690158-6055-1-git-send-email-urwithsughosh@gmail.com> you wrote: > Move and rename common header files from under board/davinci to the > standard include file path. > > Signed-off-by: Sughosh Ganu > --- > This patch is needed for adding board support for the hawkboard which > uses nand_spl based boot mechanism. Why would that be the case? I don't like to move davinci specific headers into the top level include/ directory. That's inherently wrong. If these headers are indeed common to all davinci boards, they should probably be moved to arch/arm/cpu/arm926ejs/davinci/ > board/davinci/common/misc.c | 2 +- > board/davinci/common/misc.h | 54 ----------------------------- > board/davinci/da8xxevm/common.c | 2 +- > board/davinci/da8xxevm/common.h | 30 ---------------- > board/davinci/da8xxevm/da830evm.c | 4 +- > board/davinci/da8xxevm/da850evm.c | 4 +- > board/davinci/dm355evm/dm355evm.c | 2 +- > board/davinci/dm355leopard/dm355leopard.c | 2 +- > board/davinci/dm365evm/dm365evm.c | 2 +- > board/davinci/dvevm/dvevm.c | 2 +- > board/davinci/schmoogie/schmoogie.c | 2 +- > board/davinci/sffsdr/sffsdr.c | 2 +- > board/davinci/sonata/sonata.c | 2 +- > include/da8xx_common.h | 30 ++++++++++++++++ > include/davinci_misc.h | 54 +++++++++++++++++++++++++++++ > 15 files changed, 97 insertions(+), 97 deletions(-) > delete mode 100644 board/davinci/common/misc.h > delete mode 100644 board/davinci/da8xxevm/common.h > create mode 100644 include/da8xx_common.h > create mode 100644 include/davinci_misc.h Please use the "-M" option with "git format-patch" to make it detect such renames. 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: wd at denx.de If programming was easy, they wouldn't need something as complicated as a human being to do it, now would they? - L. Wall & R. L. Schwartz, _Programming Perl_