]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: remove unused variable
authorGuennadi Liakhovetski <lg@denx.de>
Fri, 6 Feb 2009 09:37:45 +0000 (10:37 +0100)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Fri, 6 Feb 2009 21:56:11 +0000 (22:56 +0100)
commit05fd88776419df59e7f37bac063a209409dd801d
treef13ecbd0e3f4e99efded1b3b674e5322252c6997
parent9d8811c5bd2b7dd6307742cf22fbdb7953b6f816
ARM: remove unused variable

The "size" variable in start_armboot() in lib_arm/board.c is only really
used in "#ifndef CONFIG_SYS_NO_FLASH" case, and even there it can be
eliminated (thanks to Jean-Christophe PLAGNIOL-VILLARD for a suggestion.)

Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
lib_arm/board.c