commit | 05fd88776419df59e7f37bac063a209409dd801d | [log] [tgz] |
---|---|---|
author | Guennadi Liakhovetski <lg@denx.de> | Fri Feb 06 10:37:45 2009 +0100 |
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | Fri Feb 06 22:56:11 2009 +0100 |
tree | f13ecbd0e3f4e99efded1b3b674e5322252c6997 | |
parent | 9d8811c5bd2b7dd6307742cf22fbdb7953b6f816 [diff] |
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>