Add a clock-frequency node

git-svn-id: svn://coreboot.org/openbios/openbios-devel@210 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Blue Swirl
2008-07-18 10:34:17 +00:00
parent 1a3d4f52b4
commit 3d2ef3cf15

View File

@@ -413,6 +413,11 @@ void arch_nvram_get(char *data)
push_str("idprom");
fword("property");
PUSH(500 * 1000 * 1000);
fword("encode-int");
push_str("clock-frequency");
fword("property");
push_str("/memory");
fword("find-device");