From 5adba470b7929bf1ae8355484d08b353b3d8f77e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 1 Nov 2005 17:49:00 +0000 Subject: Add alternate names for the stores --- tools/pskey.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tools/pskey.c') diff --git a/tools/pskey.c b/tools/pskey.c index f6bc0a7e..701a47fd 100644 --- a/tools/pskey.c +++ b/tools/pskey.c @@ -363,6 +363,14 @@ int main(int argc, char *argv[]) case 's': if (!strcasecmp(optarg, "default")) stores = 0x0000; + else if (!strcasecmp(optarg, "implementation")) + stores = 0x0001; + else if (!strcasecmp(optarg, "factory")) + stores = 0x0002; + else if (!strcasecmp(optarg, "rom")) + stores = 0x0004; + else if (!strcasecmp(optarg, "ram")) + stores = 0x0008; else if (!strcasecmp(optarg, "psi")) stores = 0x0001; else if (!strcasecmp(optarg, "psf")) -- cgit