Re: FT u-boot shim
From: Kumar Gala <hidden>
Date: 2006-04-27 19:59:20
Also in:
u-boot
From: Kumar Gala <hidden>
Date: 2006-04-27 19:59:20
Also in:
u-boot
quoted
How would we distinguish the bootm command that takes a blob versus the ones we have today?Arg count. For example: OLD: bootm <kernel_addr> or bootm <kernel_addr> <ramdisk_addr> NEW: bootm <kernel_addr> - <dts_addr> or bootm <kernel_addr> <ramdisk_addr> <dts_addr>
do you mean a literal '-' char for the no ramdisk, but dts case? - kumar