From a0a019698d29a869eaf299cadcfda11e331f995f Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Sun, 10 Aug 2014 02:09:13 +1000 Subject: cpu/amd/geode_lx: Trivial - remove useless comment Change-Id: I4b04f84fb2be7da4b7ffab71bb2c41142f455440 Signed-off-by: Edward O'Callaghan Reviewed-on: http://review.coreboot.org/6567 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/cpu/amd/geode_lx/cpureginit.c | 1 - src/cpu/amd/geode_lx/syspreinit.c | 1 - 2 files changed, 2 deletions(-) (limited to 'src/cpu/amd/geode_lx') 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"); -- cgit v1.2.3