Remove a comment that no longer applies. Trivial.
Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4444 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
28f17dbf6b
commit
733263c44c
|
@ -475,11 +475,6 @@ static void amdk8_set_resource(device_t dev, struct resource *resource, unsigned
|
|||
report_resource_stored(dev, resource, buf);
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* I tried to reuse the resource allocation code in amdk8_set_resource()
|
||||
* but it is too diffcult to deal with the resource allocation magic.
|
||||
*/
|
||||
#if CONFIG_CONSOLE_VGA_MULTI == 1
|
||||
extern device_t vga_pri; // the primary vga device, defined in device.c
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue