From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: From: Segher Boessenkool Subject: Re: [PATCH 7/15] bootwrapper: Add kexec callable zImage wrapper Date: Wed, 11 Jul 2007 01:16:47 +0200 To: Milton Miller Cc: linuxppc-dev@ozlabs.org, Paul Mackerras , David Gibson List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > The memory node off the root with a name starting with "memory" must > contain enough free memory (not in the reserved ranges) in the first > reg range to uncompress the the kernel with padding. There can be many nodes called "/memory". You probably want to use the node pointed to by /chosen/memory instead? Segher