coreboot-kgpe-d16/src
Paul Menzel 621abec1e8 sb/amd/cimx/sb800: Remove unused variable
scan-build from Clang 4.0.1-3 from Debian Sid/unstable warns about the
issue below.

```
    CC         ramstage/southbridge/amd/cimx/sb800/lpc.o
src/southbridge/amd/cimx/sb800/lpc.c:102:6: warning: Value stored to 'end' is never read
                                        end = resource_end(res);
                                        ^     ~~~~~~~~~~~~~~~~~
1 warning generated.
```

The variable is only used in the commented out print statement. So,
remove the unused variable, and directly use the value directly in the
print statement.

Change-Id: I3f759f6361ffeb07980cb10e17930e11d738a6a7
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: https://review.coreboot.org/21463
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
2018-04-29 18:26:46 +00:00
..
acpi
arch RISC-V boards: Remove PAGETABLES section from memlayout.ld 2018-04-27 09:07:43 +00:00
commonlib compiler.h: add __weak macro 2018-04-24 14:37:59 +00:00
console src/console: Add spaces around '==' 2018-04-28 15:22:12 +00:00
cpu amd/agesa/family14,15 & 16: Remove unnecessary whitespace 2018-04-29 17:09:09 +00:00
device device: Add flag to disable PCIe ASPM 2018-04-26 21:32:48 +00:00
drivers drvs/lenovo/wacom: Clean ACPI code 2018-04-29 18:05:13 +00:00
ec compiler.h: add __weak macro 2018-04-24 14:37:59 +00:00
include device: Add flag to disable PCIe ASPM 2018-04-26 21:32:48 +00:00
lib lib/ext_stage_cache: include prog arg in stage cache metadata 2018-04-24 14:39:36 +00:00
mainboard pcengines/apu2: remove TPM from devicetree for apu3 2018-04-29 17:09:53 +00:00
northbridge nb/intel/x4x: Fix computing page_size 2018-04-28 15:42:47 +00:00
security security/vboot: Add function to check if UDC can be enabled 2018-04-27 02:51:32 +00:00
soc soc/intel/apollolake: enable cache-as-ram paging for glk 2018-04-27 18:48:10 +00:00
southbridge sb/amd/cimx/sb800: Remove unused variable 2018-04-29 18:26:46 +00:00
superio Intel i3100 boards & chips: Remove - using LATE_CBMEM_INIT 2018-01-15 23:25:12 +00:00
vendorcode vendorcode/intel: Update GLK FSP Header files w.r.t FSP v2.0.2 2018-04-27 03:25:43 +00:00
Kconfig Timestamps: Add option to print timestamps to debug console 2018-03-09 17:16:21 +00:00