From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from vms173003pub.verizon.net (vms173003pub.verizon.net [206.46.173.3]) by ozlabs.org (Postfix) with ESMTP id 8E050DDE08 for ; Thu, 3 Jul 2008 11:43:13 +1000 (EST) Received: from [192.168.1.106] ([71.170.110.166]) by vms173003.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0K3E005CINB3J009@vms173003.mailsrvcs.net> for linuxppc-embedded@ozlabs.org; Wed, 02 Jul 2008 19:42:39 -0500 (CDT) Date: Wed, 02 Jul 2008 19:42:38 -0500 From: Dave Littell Subject: Changing zImage load and entry point address? To: linuxppc-embedded@ozlabs.org Message-id: <486C207E.6080302@verizon.net> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi all, For a 2.6.18-based zImage, how do I change the load and the entry point addresses to something other than the default 0x800000? Changing the .config (CONFIG_BOOT_LOAD_BOOL and CONFIG_BOOT_LOAD) seems to accomplish nothing... Thanks, Dave