[U-Boot-Users] simplify bootm command -- deprecated or removing functionality?

2008-08-05 Thread Kumar Gala
Can we drop any functionality from the current bootm? For example does powerpc still need to support bd_t based booting? - k - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest

Re: [U-Boot-Users] simplify bootm command -- deprecated or removing functionality?

2008-08-05 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Can we drop any functionality from the current bootm? Any? You mean: int bootm (...) { return 0; } :-) For example does powerpc still need to support bd_t based booting? Yes, of course we need this. There is

Re: [U-Boot-Users] simplify bootm command -- deprecated or removing functionality?

2008-08-05 Thread Kumar Gala
On Aug 5, 2008, at 9:45 AM, Wolfgang Denk wrote: In message [EMAIL PROTECTED] you wrote: Can we drop any functionality from the current bootm? Any? You mean: int bootm (...) { return 0; } :-) if it were only so easy :) For example does powerpc