From mboxrd@z Thu Jan 1 00:00:00 1970 From: Derek Ou Date: Mon, 02 Feb 2009 12:05:09 -0700 Subject: [U-Boot] [ARM] Environment variables not available during, console initialisation? Message-ID: <498743E5.7000602@siconix.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Is this a catch 22? If console is initialized after loading environment variables, this means NAND (or other memories) driver are loaded before console being available and there is no console output to debug NAND driver initialization. If console is initialized before loading NAND driver, environment variable is available after the console is configured? Derek