coreboot/src
Edward O'Callaghan 0deb355d0e vendorcode/amd/agesa: unsigned enum is strictly positive
The typedef'ed BIT_FIELD_NAME enum is type unsigned. The parameter
'FieldName' is decleared with type BIT_FIELD_NAME and thus the redudant
comparison of unsigned enum expression >= 0 is always true.

BIT_FIELD_NAME is declared in vendorcode/amd/agesa/f14/Proc/Mem/mm.h

Change-Id: Id2f03596c44b68e861e939f3528256d4b08c45ce
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/5757
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
2014-05-21 02:17:20 +02:00
..
arch build: use CFLAGS_* in more places where they're needed 2014-05-19 15:21:52 +02:00
console console: Fix UART selection prompt 2014-04-30 23:47:28 +02:00
cpu build: use CFLAGS_* in more places where they're needed 2014-05-19 15:21:52 +02:00
device device/oprom/yabel/vbe.c: Avoid unused func warn 2014-05-18 18:05:43 +02:00
drivers drivers: Drop GbE stub drivers 2014-05-20 13:46:35 +02:00
ec chromeec: add function to reboot on unexpected image 2014-05-13 21:01:52 +02:00
include Add guard for UMA globals 2014-05-19 17:19:46 +02:00
lib baytrail: snapshot power state in romstage 2014-05-13 16:11:04 +02:00
mainboard mainboard/ibase/mb899: Indent devicetree.cb 2014-05-20 13:47:38 +02:00
northbridge baytrail: Fix some minor errors in FSP 2014-05-21 01:21:30 +02:00
soc build: separate CPPFLAGS from CFLAGS 2014-05-17 21:14:29 +02:00
southbridge build: separate CPPFLAGS from CFLAGS 2014-05-17 21:14:29 +02:00
superio src/*: Remove the last remnants of struct keyboard 2014-05-13 12:14:34 +02:00
vendorcode vendorcode/amd/agesa: unsigned enum is strictly positive 2014-05-21 02:17:20 +02:00
Kconfig build: make scan-build work again 2014-05-17 21:15:14 +02:00