From mboxrd@z Thu Jan 1 00:00:00 1970 From: gvb.uboot Date: Wed, 09 Jan 2008 18:02:44 -0500 Subject: [U-Boot-Users] Please pull u-boot-mpc85xx.git In-Reply-To: <20080109214755.C8610242E7@gemini.denx.de> References: <20080109214755.C8610242E7@gemini.denx.de> Message-ID: <47855294.5050705@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > Dear Andy, > > in message you wrote: >> The following changes since commit 74ac5facb988fc488a707db228b177ead63a6541: >> Wolfgang Denk (1): >> Merge branch 'inka4x0-ng' of /home/m8/git/u-boot/ [snip] > > Sorry, can you please rebase your repo against current U-Boot? I get a > merge conflict for include/fdt_support.h ... > > Auto-merged MAINTAINERS > Auto-merged MAKEALL > Auto-merged Makefile > Auto-merged common/fdt_support.c > Auto-merged include/fdt_support.h > CONFLICT (content): Merge conflict in include/fdt_support.h > Automatic merge failed; fix conflicts and then commit the result. This may be my fault if you are seeing the same thing as me. It looks like I goofed up git when I redid a patch to delete the erroneous embedded space (search for ^I ^I) in: + err = fdt_setprop(fdt, nodeoffset, + "linux,initrd-start", &tmp, sizeof(tmp)); The solution is to simply keep the line without the space, delete the other line and the git merge marker lines. Sorry for gumming up the merge, gvb