Move mainboard specific changes to the coreboot memory table into the
[coreboot.git] / src / include / boot / coreboot_tables.h
index e9e1b8f3decc3b8d899270f699fbc3e70a861e02..3f8e60698e16088c2184dc23ac10bdb065070ee8 100644 (file)
  * See also: util/lbtdump/lbtdump.c
  */
 
-/* AMD rs690 chip, declare global variables. */
-#if (CONFIG_GFXUMA == 1) 
-       unsigned long uma_memory_start, uma_memory_size;
-#endif
-       
-
 struct lb_uint64 {
        uint32_t lo;
        uint32_t hi;