[U-Boot] [PATCHv2] OMAP: Fix compile issue

2009-04-03 Thread Sanjeev Premi
Fixes this compile error: board.c: In function 'do_switch_ecc': board.c:339: error: 'cmd_tbl_t' has no member named 'help' make[1]: *** [board.o] Error 1 make[1]: Leaving directory `/db/psp_git/users/a0756819/u-boot/cpu/arm_cortexa8/omap3' make: *** [cpu/arm_cortexa8/omap3/libomap3.a] Error 2

Re: [U-Boot] [PATCHv2] OMAP: Fix compile issue

2009-04-03 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:00 Fri 03 Apr , Sanjeev Premi wrote: Fixes this compile error: board.c: In function 'do_switch_ecc': board.c:339: error: 'cmd_tbl_t' has no member named 'help' make[1]: *** [board.o] Error 1 make[1]: Leaving directory `/db/psp_git/users/a0756819/u-boot/cpu/arm_cortexa8/omap3'