]> git.ipfire.org Git - people/ms/u-boot.git/commit
Fix warnings from gcc-4.3.0 build on a ppc host
authorKumar Gala <galak@kernel.crashing.org>
Thu, 15 May 2008 20:13:08 +0000 (15:13 -0500)
committerWolfgang Denk <wd@denx.de>
Tue, 3 Jun 2008 17:52:52 +0000 (19:52 +0200)
commitf979690ee337450b2030aba128f95b7a8d9881c0
tree8a126fd159fe6f86c622d08436c6fc1d19bd6b9e
parent9b124a68346ce9605b6e1fcf79e1021541cdba9e
Fix warnings from gcc-4.3.0 build on a ppc host

* The cfi_flash.c memset fix actual allows the board to boot so there is
  a bit more going on here than just resolving warnings associated with
  uninitialized variables.

* include/asm/bitops.h:302: warning: '__swab32p' is static but used in
  inline function 'ext2_find_next_zero_bit' which is not static

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
drivers/mtd/cfi_flash.c
include/asm-ppc/bitops.h