Fix obvious typos (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4763 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
3db199c00a
commit
45cbc35abb
|
@ -131,7 +131,7 @@ void failover_process(unsigned long bist, unsigned long cpu_init_detectedx)
|
|||
|
||||
enumerate_ht_chain();
|
||||
|
||||
/* Setup the ck804 */
|
||||
/* Setup the amd8111 */
|
||||
amd8111_enable_rom();
|
||||
|
||||
/* Is this a deliberate reset by the bios */
|
||||
|
|
|
@ -122,7 +122,7 @@ void failover_process(unsigned long bist, unsigned long cpu_init_detectedx)
|
|||
|
||||
enumerate_ht_chain();
|
||||
|
||||
/* Setup the ck804 */
|
||||
/* Setup the amd8111 */
|
||||
amd8111_enable_rom();
|
||||
|
||||
/* Is this a deliberate reset by the bios */
|
||||
|
|
|
@ -122,7 +122,7 @@ void failover_process(unsigned long bist, unsigned long cpu_init_detectedx)
|
|||
|
||||
enumerate_ht_chain();
|
||||
|
||||
/* Setup the ck804 */
|
||||
/* Setup the amd8111 */
|
||||
amd8111_enable_rom();
|
||||
|
||||
/* Is this a deliberate reset by the bios */
|
||||
|
|
Loading…
Reference in New Issue