From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marian Balakowicz Date: Fri, 29 Feb 2008 15:21:34 +0100 Subject: [U-Boot-Users] [PATCH 1/9] [new uImage] Don't pass kdb to ramdisk_high since we may not have one In-Reply-To: <1204170711-2057-2-git-send-email-galak@kernel.crashing.org> References: <1204170711-2057-1-git-send-email-galak@kernel.crashing.org> <1204170711-2057-2-git-send-email-galak@kernel.crashing.org> Message-ID: <47C814EE.4080608@semihalf.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Kumar Gala wrote: > We don't actually need the kdb param as we are just using it to get > bd->bi_memsize which we can get from gd->bd->bi_memsize. Also, if we > boot via OF we might not actually fill out a kdb. > > Signed-off-by: Kumar Gala Acked-by: Marian Balakowicz m.