From mboxrd@z Thu Jan 1 00:00:00 1970 From: gvb.uboot Date: Wed, 28 Nov 2007 21:21:51 -0500 Subject: [U-Boot-Users] [FDT][UPDATE][PATCH] Convert boards that set memory node to use fdt_fixup_memory() In-Reply-To: References: Message-ID: <474E223F.5080800@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 Kumar Gala wrote: > Signed-off-by: Kumar Gala > --- > > We needed a (u64) cast to make thing work properly. Again updated my > libfdt_testing branch with this fix. > > board/cm5200/cm5200.c | 15 ++------------- > board/ids8247/ids8247.c | 17 +++-------------- > cpu/mpc83xx/cpu.c | 18 ++---------------- > 3 files changed, 7 insertions(+), 43 deletions(-) This and Kumar's previous fdt patches are working for me (mpc8360emds). I've pushed them to the testing branch in u-boot-fdt. Thanks. Machine format: git://www.denx.de/git/u-boot-fdt testing Human format: I noticed that we have warnings on a couple of boards that don't have an ethernet defined. Patch coming in a couple minutes... $ less LOG/cm5200.ERR fdt_support.c: In function 'fdt_fixup_ethernet': fdt_support.c:565: warning: unused variable 'path $ ll LOG/*.ERR | grep "[0-9][0-9] 2007" | grep 100 -rw-r--r-- 1 vanbaren users 100 2007-11-27 20:35 LOG/cm5200.ERR -rw-r--r-- 1 vanbaren users 100 2007-11-27 20:37 LOG/fo300.ERR -rw-r--r-- 1 vanbaren users 100 2007-11-27 20:37 LOG/icecube_5100.ERR -rw-r--r-- 1 vanbaren users 100 2007-11-27 20:38 LOG/icecube_5200.ERR -rw-r--r-- 1 vanbaren users 100 2007-11-27 20:38 LOG/lite5200b.ERR -rw-r--r-- 1 vanbaren users 100 2007-11-27 20:39 LOG/motionpro.ERR -rw-r--r-- 1 vanbaren users 100 2007-11-27 20:44 LOG/TQM5200_B.ERR -rw-r--r-- 1 vanbaren users 100 2007-11-27 20:43 LOG/TQM5200.ERR -rw-r--r-- 1 vanbaren users 100 2007-11-27 20:45 LOG/TQM5200S.ERR Best regards, gvb