From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 6 Apr 2015 16:59:55 +0200 Subject: [U-Boot] printf("%d") breaks u-boot 2015.01+ In-Reply-To: <20150406144009.GA23259@amd> References: <1427752878-18426-1-git-send-email-dinguyen@opensource.altera.com> <20150406144009.GA23259@amd> Message-ID: <201504061659.55725.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Monday, April 06, 2015 at 04:40:09 PM, Pavel Machek wrote: > Hi! > > In u-boot 2015.04-rc, as soon as execution hits printf("%d"), it > hangs. (Usually, that's after "DRAM: " message). printf("%d") expects an argument, so could it be that it touches random piece of memory and thus hangs? Best regards, Marek Vasut