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)
This commit is contained in:
parent
1882527399
commit
a0a019698d
|
@ -163,7 +163,6 @@ static void SetDelayControl(u8 dimm0, u8 dimm1, int terminated)
|
||||||
wrmsr(GLCP_DELAY_CONTROLS, msr);
|
wrmsr(GLCP_DELAY_CONTROLS, msr);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* cpuRegInit */
|
|
||||||
void cpuRegInit(int debug_clock_disable, u8 dimm0, u8 dimm1, int terminated)
|
void cpuRegInit(int debug_clock_disable, u8 dimm0, u8 dimm1, int terminated)
|
||||||
{
|
{
|
||||||
int msrnum;
|
int msrnum;
|
||||||
|
|
|
@ -35,7 +35,6 @@ static void StartTimer1(void)
|
||||||
|
|
||||||
void SystemPreInit(void)
|
void SystemPreInit(void)
|
||||||
{
|
{
|
||||||
|
|
||||||
/* they want a jump ... */
|
/* they want a jump ... */
|
||||||
#if !CONFIG_CACHE_AS_RAM
|
#if !CONFIG_CACHE_AS_RAM
|
||||||
__asm__ __volatile__("jmp .+2\ninvd\njmp .+2\n");
|
__asm__ __volatile__("jmp .+2\ninvd\njmp .+2\n");
|
||||||
|
|
Loading…
Reference in New Issue