diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2007-04-22 19:03:34 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2007-04-22 19:03:34 +0000 |
commit | 6f278ad828a59a1c39f5fa8ed9461fcd2506fd2b (patch) | |
tree | 982d0db1da6e3e389cea84391705228daf877932 /src/northbridge/amd | |
parent | a94b4c6bc1b4fd0dfeac4d4bfae13700a79d2f6e (diff) |
Use __PAYLOAD__ instead of PAYLOAD as replacement template for abuild.
Comment out code which currently doesn't compile. Needs fixing later.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2614 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/amd')
-rw-r--r-- | src/northbridge/amd/amdk8/coherent_ht_car.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/northbridge/amd/amdk8/coherent_ht_car.c b/src/northbridge/amd/amdk8/coherent_ht_car.c index b731a89415..55a2a77bd3 100644 --- a/src/northbridge/amd/amdk8/coherent_ht_car.c +++ b/src/northbridge/amd/amdk8/coherent_ht_car.c @@ -78,9 +78,6 @@ #define DEFAULT 0x00010101 /* default row entry */ -typedef uint8_t u8; -typedef uint32_t u32; - #ifndef CROSS_BAR_47_56 #define CROSS_BAR_47_56 0 #endif |