summaryrefslogtreecommitdiff
path: root/src/mainboard/technexion/tim5690/mainboard.c
diff options
context:
space:
mode:
authorPeter Stuge <peter@stuge.se>2009-11-25 08:35:59 +0000
committerPeter Stuge <peter@stuge.se>2009-11-25 08:35:59 +0000
commitd9276e5eab508b13355e94469e45ef6d7cfa8cfb (patch)
tree4e47abc499e6e5bb28bc4a0c35c1face3847b728 /src/mainboard/technexion/tim5690/mainboard.c
parent4e54b4037f6460c9232d1cfcbe4c01a84ae8ea13 (diff)
downloadcoreboot-d9276e5eab508b13355e94469e45ef6d7cfa8cfb.tar.xz
Trivial style changes, replace a few C++ type comments, and some code reuse
Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4956 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/technexion/tim5690/mainboard.c')
-rw-r--r--src/mainboard/technexion/tim5690/mainboard.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mainboard/technexion/tim5690/mainboard.c b/src/mainboard/technexion/tim5690/mainboard.c
index ec819cb815..85b7428f43 100644
--- a/src/mainboard/technexion/tim5690/mainboard.c
+++ b/src/mainboard/technexion/tim5690/mainboard.c
@@ -28,7 +28,6 @@
#include <../southbridge/amd/sb600/sb600.h>
#include "chip.h"
#include "tn_post_code.h"
-//#include "speaker.h" // test buzzer
#define ADT7461_ADDRESS 0x4C
#define ARA_ADDRESS 0x0C /* Alert Response Address */
@@ -185,12 +184,6 @@ int add_mainboard_resources(struct lb_memory *mem)
uma_memory_base, uma_memory_size);
#endif
technexion_post_code(LED_MESSAGE_FINISH);
- // test buzzer
- //speaker_on_delay();
- //speaker_off_delay();
- //speaker_on_delay();
- //speaker_off_nodelay();
-
}
struct chip_operations mainboard_ops = {