
On Oct 25, 2006, at 3:13 PM, Wolfgang Denk wrote:
In message Pine.LNX.4.64.0610242352470.3502@gate.crashing.org you wrote:
Please pull from 'device_tree' branch of git.kernel.org:/pub/scm/boot/u-boot/galak/u-boot.git
to receive the following updates:
common/cmd_bootm.c | 61 +++++++++++++++++++++++++++++++++++++++ ++++++++------ 1 file changed, 55 insertions(+), 6 deletions(-)
Kumar Gala: Added support for Multi-Image files that contain a device tree
Ummm ... I pulled, but got no new commits. Especially...
diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index e8895c6..ab3c32c 100644
... I didn't see neither e8895c6 nor ab3c32c ?
Of course I could apply your patch (and will do if you want), but I'd rather be able to pull from your repo.
Am I missing something? Maybe this is in some other branch?
Hmm, maybe its the extra colon. Try this url:
git://git.kernel.org/pub/scm/boot/u-boot/galak/u-boot.git
If I do a fresh git clone of that URL, and git checkout device_tree I get the change.
- kumar