amd/cimx/rd890/amd.h: Eliminate redefinition of NULL

This change replaces a redefinition of NULL with the standard
definition from <stddef.h> to eliminate a compiler redefinition
warning.

Change-Id: I441fa569f545c0efb00284b5ee58aa27cb6617ba
Signed-off-by: Bruce Griffith <Bruce.Griffith@se-eng.com>
Reviewed-on: http://review.coreboot.org/3540
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
Bruce Griffith 2013-06-25 14:27:16 -06:00 committed by Stefan Reinauer
parent 58fff9d44f
commit 53abac1767
1 changed files with 1 additions and 4 deletions

View File

@ -32,10 +32,7 @@
// AGESA Types and Definitions
//
//
#ifndef NULL
#define NULL 0
#endif
#include <stddef.h>
#define LAST_ENTRY 0xFFFFFFFF
#define IOCF8 0xCF8