Files
u-boot/cpu
Sanjeev Premi 3600326896 OMAP: Fix compile issue
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

This is due to the fact that current command uses long
help for the usage print even if the CONFIG_SYS_LONGHELP
is not enabled. (Thanks Jean-Christophe for explanation).

Signed-off-by: Sanjeev Premi <premi@ti.com>
2009-04-05 00:30:39 +02:00
..
2009-04-04 20:42:21 +02:00
2009-03-30 18:58:41 +02:00
2009-04-05 00:30:39 +02:00
2009-03-20 22:39:13 +01:00
2009-03-20 22:39:11 +01:00
2009-04-01 15:29:44 -05:00
2009-04-04 20:00:06 +02:00
2009-01-28 08:49:52 +01:00
2009-03-09 12:01:32 +01:00
2009-03-29 23:01:41 +02:00
2008-12-10 23:11:35 +09:00