From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roman Mashak Date: Thu, 22 Jan 2009 08:20:08 +0900 Subject: [U-Boot] Kernel loading and memory layout In-Reply-To: <379180.7610.qm@web39801.mail.mud.yahoo.com> References: <57472.29819.qm@web39802.mail.mud.yahoo.com> <49771642.1050705@ge.com> <20090121190339.2BF38832E425@gemini.denx.de> <379180.7610.qm@web39801.mail.mud.yahoo.com> Message-ID: <40a670230901211520jfcabe00k81e7d65140534412@mail.gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello 2009/1/22 Vinay Venkataraghavan : > > How do I turn on debugs in uboot. Is there a compile time flag or is there and #define that needs to be turned on. I looked in the code and could not find how all the debugs are related and can be switched on? You may define DEBUG right in your board's configuration file. Will provide you with lots of useful debug messages. -- Roman Mashak