]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
common/fdt_support.c: Fix compile warnings
authorWolfgang Denk <wd@denx.de>
Wed, 20 Oct 2010 06:59:16 +0000 (08:59 +0200)
committerWolfgang Denk <wd@denx.de>
Wed, 20 Oct 2010 06:59:16 +0000 (08:59 +0200)
commit70994c79caec0b0304aa87d9695c79f1862ea340
tree0d46831532344159cf3113eb28e5a82bab084812
parent3ed16071b006dbda65070a4143db74da469f6e30
common/fdt_support.c: Fix compile warnings

Commit a6bd9e8 "FDT: Add fixup support for multiple banks of memory"
removed code but forgot to remove the variables used by it, resulting
in warnings:

fdt_support.c: In function 'fdt_fixup_memory_banks':
fdt_support.c:399: warning: unused variable 'sizecell'
fdt_support.c:399: warning: unused variable 'addrcell'

Remove the declarations, too.

Signed-off-by: Wolfgang Denk <wd@denx.de>
common/fdt_support.c