copper: Disable UART and emmc over BAM

Change-Id: I03d031820fbfd48703f637aa06f479d4321eb9f7
diff --git a/project/copper.mk b/project/copper.mk
index 7b97869..79681f0 100644
--- a/project/copper.mk
+++ b/project/copper.mk
@@ -9,7 +9,7 @@
 DEBUG := 1
 
 #DEFINES += WITH_DEBUG_DCC=1
-DEFINES += WITH_DEBUG_UART=1
+#DEFINES += WITH_DEBUG_UART=1
 #DEFINES += WITH_DEBUG_FBCON=1
 DEFINES += DEVICE_TREE=1
-DEFINES += MMC_BOOT_BAM=1
+#DEFINES += MMC_BOOT_BAM=1
diff --git a/target/copper/init.c b/target/copper/init.c
index 2c812c7..7e9f2c6 100644
--- a/target/copper/init.c
+++ b/target/copper/init.c
@@ -52,7 +52,9 @@
 
 void target_early_init(void)
 {
+#if WITH_DEBUG_UART
 	uart_dm_init(0, 0, BLSP1_UART0_BASE);
+#endif
 }
 
 void target_init(void)