aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/geode_lx
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-08-10 02:09:13 +1000
committerEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-08-09 18:32:11 +0200
commita0a019698d29a869eaf299cadcfda11e331f995f (patch)
treeb005cb34e77a396750c038a53795cba8306ffa9e /src/cpu/amd/geode_lx
parent1882527399ab835bc24cb44b08774c3f101c4396 (diff)
cpu/amd/geode_lx: Trivial - remove useless comment
Change-Id: I4b04f84fb2be7da4b7ffab71bb2c41142f455440 Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/6567 Reviewed-by: Patrick Georgi <patrick@georgi-clan.de> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/cpu/amd/geode_lx')
-rw-r--r--src/cpu/amd/geode_lx/cpureginit.c1
-rw-r--r--src/cpu/amd/geode_lx/syspreinit.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/amd/geode_lx/cpureginit.c b/src/cpu/amd/geode_lx/cpureginit.c
index 79e0a708e1..282fa7ed84 100644
--- a/src/cpu/amd/geode_lx/cpureginit.c
+++ b/src/cpu/amd/geode_lx/cpureginit.c
@@ -163,7 +163,6 @@ static void SetDelayControl(u8 dimm0, u8 dimm1, int terminated)
wrmsr(GLCP_DELAY_CONTROLS, msr);
}
-/* cpuRegInit */
void cpuRegInit(int debug_clock_disable, u8 dimm0, u8 dimm1, int terminated)
{
int msrnum;
diff --git a/src/cpu/amd/geode_lx/syspreinit.c b/src/cpu/amd/geode_lx/syspreinit.c
index 1dcaebbfd9..dfdd67f185 100644
--- a/src/cpu/amd/geode_lx/syspreinit.c
+++ b/src/cpu/amd/geode_lx/syspreinit.c
@@ -35,7 +35,6 @@ static void StartTimer1(void)
void SystemPreInit(void)
{
-
/* they want a jump ... */
#if !CONFIG_CACHE_AS_RAM
__asm__ __volatile__("jmp .+2\ninvd\njmp .+2\n");