[PATCH]: libpayload: change the type of the cpu_khz variable
This makes it match the extern declaration in libc/time.c - and doxygen can find make the connection. Trivial. Signed-off-by: Jordan Crouse <jordan.crouse@amd.com> Acked-by: Jordan Crouse <jordan.crouse@amd.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3551 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
617120c828
commit
483926648e
|
@ -30,7 +30,7 @@
|
||||||
#include <libpayload.h>
|
#include <libpayload.h>
|
||||||
#include <arch/rdtsc.h>
|
#include <arch/rdtsc.h>
|
||||||
|
|
||||||
unsigned int cpu_khz;
|
u32 cpu_khz;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Calculate the speed of the processor for use in delays.
|
* Calculate the speed of the processor for use in delays.
|
||||||
|
|
Loading…
Reference in New Issue