commit | a334ec98df81dff9d81ee19f150805428644db8f | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Wed Oct 03 13:28:44 2012 +0000 |
committer | jason <jason@jason-ThinkPad-T61.(none)> | Fri Oct 19 23:47:41 2012 +0800 |
tree | e08cc37954751f7aa42c76fe47aa6eb185adb89d | |
parent | 876813bcd90f89a77523651c2f6e8c5d8a027231 [diff] |
m68k: Fix unused variable warning The fbcs variable was unused, producing the following warning: cpu_init.c: In function 'cpu_init_f': cpu_init.c:52:10: warning: unused variable 'fbcs' [-Wunused-variable] Signed-off-by: Marek Vasut <marex@denx.de> Cc: "Jin Zhengxiong-R64188" <R64188@freescale.com> Cc: Jason Jin <jason.jin@freescale.com>