diff options
author | Timothy Pearson <tpearson@raptorengineeringinc.com> | 2015-01-27 13:09:10 -0600 |
---|---|---|
committer | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2015-01-28 18:59:20 +0100 |
commit | 684fda596491117bc97ce2d23d77b917a243f771 (patch) | |
tree | 42802bb46af42562cbb6d9ad836c04e5bd7bea92 | |
parent | e1cc3abb026c7da11c381236eb6c9b3c70374cb7 (diff) | |
download | coreboot-684fda596491117bc97ce2d23d77b917a243f771.tar.xz |
nvidia/ck804: Fix cosmetics in Kconfig
Change-Id: Ic675911f534f07516c838b52c9463e89448d4353
Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
Reviewed-on: http://review.coreboot.org/8291
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
-rw-r--r-- | src/southbridge/nvidia/ck804/Kconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/southbridge/nvidia/ck804/Kconfig b/src/southbridge/nvidia/ck804/Kconfig index e21f79e655..83c427c3df 100644 --- a/src/southbridge/nvidia/ck804/Kconfig +++ b/src/southbridge/nvidia/ck804/Kconfig @@ -35,7 +35,6 @@ config CK804_NUM default 1 config HPET_MIN_TICKS - hex - default 0xfa - + hex + default 0xfa endif |