summaryrefslogtreecommitdiff
path: root/utility/crossystem.c
diff options
context:
space:
mode:
authorDavid Hendricks <dhendrix@chromium.org>2015-04-03 13:23:43 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-04-07 00:52:17 +0000
commit95ebdd712e29218e2257c265269c7869c36cb193 (patch)
tree86852871ed6647eb8941e4e3af7301f722a73fc3 /utility/crossystem.c
parent9978e0aa0069697816a38c7dcc6a81be5975cab7 (diff)
downloadvboot-95ebdd712e29218e2257c265269c7869c36cb193.tar.gz
crossystem: Deprecate ddr-type
AFAICT this property is not really used by anything. All factory scripts that need detailed memory info get it from mosys. Most platforms display "unknown" which causes confusion whenever a bug is filed to support crossystem on a new platform. BUG=chrome-os-partner:36176 BRANCH=none TEST=no more "unknown" ddr-type shown in crossystem output on speedy Signed-off-by: David Hendricks <dhendrix@chromium.org> Change-Id: I97e66c362e9d88c843128a411512d5a76ac5f87d Reviewed-on: https://chromium-review.googlesource.com/263982 Reviewed-by: Julius Werner <jwerner@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'utility/crossystem.c')
-rw-r--r--utility/crossystem.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/utility/crossystem.c b/utility/crossystem.c
index 57eab2fc..a6c2d742 100644
--- a/utility/crossystem.c
+++ b/utility/crossystem.c
@@ -39,7 +39,6 @@ const Param sys_param_list[] = {
{"clear_tpm_owner_done", CAN_WRITE, "Clear TPM owner done"},
{"cros_debug", 0, "OS should allow debug features"},
{"dbg_reset", CAN_WRITE, "Debug reset mode request (writable)"},
- {"ddr_type", IS_STRING, "Type of DDR RAM"},
{"debug_build", 0, "OS image built for debug features"},
{"dev_boot_usb", CAN_WRITE,
"Enable developer mode boot from USB/SD (writable)"},