On 03/20/2015 04:27 PM, Jimmy Zhang wrote:
Stephen Warren wrote at Wednesday, March 18, 2015 11:03 AM:
On 03/16/2015 04:51 PM, Jimmy Zhang wrote:
use option -t 210 or -s tegra210 to specify t210.
diff --git a/src/cbootimage.c b/src/cbootimage.c
@@ -71,11 +71,11 @@ usage(void)
printf(" -gbct Generate the new bct file.\n");
printf(" -o<ODM_DATA> Specify the odm_data(in hex).\n");
printf(" -t|--tegra NN Select target device. Must be one of:\n");
- printf(" 20, 30, 114, 124, 132.\n");
+ printf(" 20, 30, 114, 124, 132, 210.\n");
Since the option is deprecated, I think we should only support --soc for
Tegra210. I won't mention this in any other places that would need to be
updated to fix that.
Ok, it can be removed here. But, the place that actually interprets -t option may not worth being changed because
both -t and -s run the same code:
Ah I see. I wonder if we shouldn't remove the text "This option is
deprecated" from the -t option's help text then. If it's that easy to
support, there's no really need to deprecate it.
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html