diff options
author | Lee Leahy <leroy.p.leahy@intel.com> | 2017-03-06 08:59:23 -0800 |
---|---|---|
committer | Lee Leahy <leroy.p.leahy@intel.com> | 2017-03-07 18:31:04 +0100 |
commit | 94b971a909d7b9695a8a5b28eed2296f0e7cabb2 (patch) | |
tree | fd6a0c591eb3b26087f9dd9f7dfb14dc5f3f9e50 /src/soc/intel/quark/chip.h | |
parent | a24c81cd304c10911a8aae75f9d95bc1fa9574ca (diff) | |
download | coreboot-94b971a909d7b9695a8a5b28eed2296f0e7cabb2.tar.xz |
soc/intel/quark: Fix errors detected by checkpatch
Fix the errors detected by checkpatch and update the copyright dates.
TEST=Build and run on Galileo Gen2
Change-Id: Idad062eaeca20519394c2cd24d803c546d8e0ae0
Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com>
Reviewed-on: https://review.coreboot.org/18591
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/soc/intel/quark/chip.h')
-rw-r--r-- | src/soc/intel/quark/chip.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/intel/quark/chip.h b/src/soc/intel/quark/chip.h index b2396313f2..25d734a7df 100644 --- a/src/soc/intel/quark/chip.h +++ b/src/soc/intel/quark/chip.h @@ -3,7 +3,7 @@ * * Copyright (C) 2007-2008 coresystems GmbH * Copyright (C) 2014 Google Inc. - * Copyright (C) 2015 Intel Corporation. + * Copyright (C) 2015-2017 Intel Corporation. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -41,7 +41,7 @@ struct soc_intel_quark_config { * MemoryInit: * * The following fields come from FspUpdVpd.h and are defined as PCDs - * for the FSP binary. Data for these fields comes from the board's + * for the FSP binary. Data for these fields comes from the board's * devicetree.cb file which gets processed into static.c and then * built into the coreboot image. The fields below contain retain * the FSP PCD field name. @@ -90,7 +90,7 @@ struct soc_intel_quark_config { * impedance control. */ uint8_t DramRonVal; - uint8_t DramRttNomVal; /* 0=40ohm, 1=60ohm, 2=120ohm, others=RESERVED */ + uint8_t DramRttNomVal; /* 0=40ohm, 1=60ohm, 2=120ohm, others=RSVD */ uint8_t DramRttWrVal; /* 0=off others=RESERVED */ /* 0=off, 1=60ohm, 2=120ohm, 3=180ohm, others=RESERVED */ |