From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Peevski Date: Wed, 12 Dec 2012 10:11:46 +0200 Subject: [U-Boot] One basic U-boot question Message-ID: <50C83C42.5090307@ronetix.at> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, I have the following question. It is about the adresses where the U-boot and Linux Kernel are copyed in the SDRAM from NAND. In my board config file I have: #define CONFIG_SYS_LOAD_ADDR 0x22000000 /* load address */ Is that the load address of the U-boot? Also where is defined the load address of the Kernel because may be I need to leave more free space about the Kernel and RootFS? Thanks in advance! Martin Peevski