From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerald Van Baren Date: Sun, 28 Nov 2010 12:30:14 -0500 Subject: [U-Boot] [PATCH] Fix compiler warning in fdt_support.c In-Reply-To: <20101128114244.B5B851352CD@gemini.denx.de> References: <1290367174-380-1-git-send-email-dirk.behme@gmail.com> <20101128114244.B5B851352CD@gemini.denx.de> Message-ID: <4CF291A6.8060305@cideas.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/28/2010 06:42 AM, Wolfgang Denk wrote: > Dear dirk.behme at googlemail.com, > > In message<1290367174-380-1-git-send-email-dirk.behme@gmail.com> you wrote: >> From: Dirk Behme >> >> Fix compiler warning >> >> fdt_support.c: In function 'of_bus_default_count_cells': >> fdt_support.c:957: warning: passing argument 1 of '__swab32p' discards qualifiers from pointer target type >> fdt_support.c:965: warning: passing argument 1 of '__swab32p' discards qualifiers from pointer target type >> >> be32_to_cpup() expects an 'u32 *' while prop is 'const u32 *'. >> >> Signed-off-by: Dirk Behme >> >> --- >> >> Found while building 'omap3_beagle'. > > Applied, thank. > > Gerry, hope this is OK with you. Yes, thanks. > Best regards, > Wolfgang Denk Best regards, gvb