Re: [U-Boot-Users] [PATCH 3/3] add ability to disable ft_board_setup as part of bootm

2008-08-11 Thread Wolfgang Denk
Dear Kumar, In message [EMAIL PROTECTED] you wrote: if the environment variable 'disable_fdt_boardsetup' is set we skip doing the ft_board_setup(). Such a long variable name is a PITA to type. Please chose a shorter name, and please add documentation for it. Best regards, Wolfgang Denk --

[U-Boot-Users] [PATCH 3/3] add ability to disable ft_board_setup as part of bootm

2008-08-06 Thread Kumar Gala
if the environment variable 'disable_fdt_boardsetup' is set we skip doing the ft_board_setup(). Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- lib_ppc/bootm.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/lib_ppc/bootm.c b/lib_ppc/bootm.c index 1182c50..a5b3a45