summaryrefslogtreecommitdiffstats
path: root/ui/common/ps3.c
diff options
context:
space:
mode:
authorGeoff Levand <geoffrey.levand@am.sony.com>2009-07-09 10:40:44 -0700
committerGeoff Levand <geoffrey.levand@am.sony.com>2009-07-09 10:40:44 -0700
commitaea1d55d7e09f4544f96ccc54196c674d52420e8 (patch)
tree814727f6c11779e82e960222ce5fa908ae944556 /ui/common/ps3.c
parente74391b7d8ec47b41315e7c2ce6b4b0a9ad139fe (diff)
downloadtalos-petitboot-aea1d55d7e09f4544f96ccc54196c674d52420e8.tar.gz
talos-petitboot-aea1d55d7e09f4544f96ccc54196c674d52420e8.zip
Add PS3 reset default option
Add a --reset-defaults option to the PS3 CUI program. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Diffstat (limited to 'ui/common/ps3.c')
-rw-r--r--ui/common/ps3.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/ui/common/ps3.c b/ui/common/ps3.c
index abe2692..cb1c8d1 100644
--- a/ui/common/ps3.c
+++ b/ui/common/ps3.c
@@ -111,12 +111,6 @@ int ps3_flash_get_values(struct ps3_flash_values *values)
struct ps3_flash_ctx fc;
uint64_t tmp;
- /* Set default values. */
-
- values->default_item = 0;
- values->timeout = ps3_timeout_forever;
- values->video_mode = 1;
-
result = ps3_flash_open(&fc, "r");
if (result)
OpenPOWER on IntegriCloud