From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Fri, 28 Dec 2012 09:38:47 +0100 Subject: [U-Boot] [PATCH] mx53loco: Call PMIC related functions from board_late_init() In-Reply-To: <20121227172705.5e534755@lilith> References: <1356537020-31114-1-git-send-email-festevam@gmail.com> <50DC1E63.1000903@denx.de> <50DC21CF.70409@denx.de> <20121227172705.5e534755@lilith> Message-ID: <50DD5A97.6000200@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 27/12/2012 17:27, Albert ARIBAUD wrote: > Hi Stefano, > Hi Albert, >> I am playing a bit, I do not see your problem. I admit I have no idea >> which dialog version is on my board. >> >> The only issue I can see is with MMC - I see with "fatls" any entry twice: >> >> MX53LOCO U-Boot > fatls mmc 0:2 >> 1 cmdline >> 1 cmdline >> 283472 u-boot.bin >> 283472 u-boot.bin >> 284496 u-boot.imx >> 284496 u-boot.imx >> 4093544 uimage >> 4093544 uimage >> 160291 uinitrd >> 160291 uinitrd >> 349 boot.txt >> 349 boot.txt >> 421 boot.scr >> 421 boot.scr >> >> But this is surely another issue.... > > Re the double entries, did you check if these could be short / DOS (8.3) > names vs long names? IIRC, for compatibility, in a (V)FAT directory any > entry with a name longer than 8.3 has a matching short entry; maybe on > the device you're ls'ing, *any* entry has a short version? That is the point. I tested with another SD-Card, putting also long names, and I get: 614 loadbootscr.scr 614 loadbo~1.scr 2606096 swupdate-image-thb.ext3.gz.u-boot 2606096 swupda~1.u-b 3893896 uimage-thb.bin 3893896 uimage~1.bin There is an entry for long name and one for short name. And with the other SD, all entries has a short version. Simply I do not remember I have already seen the double entries in the past.. Best regards, Stefano -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================