[arm][aboot]: Add code to change the default tool chain and the usb device product id.
diff --git a/app/aboot/aboot.c b/app/aboot/aboot.c
index 54963a7..fb0d874 100644
--- a/app/aboot/aboot.c
+++ b/app/aboot/aboot.c
@@ -59,7 +59,7 @@
 
 static struct udc_device surf_udc_device = {
 	.vendor_id	= 0x18d1,
-	.product_id	= 0x0001,
+	.product_id	= 0xD00D,
 	.version_id	= 0x0100,
 	.manufacturer	= "Google",
 	.product	= "Android",
diff --git a/arch/arm/rules.mk b/arch/arm/rules.mk
index a08ad5c..20557c7 100644
--- a/arch/arm/rules.mk
+++ b/arch/arm/rules.mk
@@ -98,8 +98,8 @@
 	$(LOCAL_DIR)/thread.o \
 	$(LOCAL_DIR)/dcc.o
 
-# set the default toolchain to arm elf and set a #define
-TOOLCHAIN_PREFIX ?= arm-elf-
+# set the default toolchain to arm eabi and set a #define
+TOOLCHAIN_PREFIX ?= arm-eabi-
 ifeq ($(TOOLCHAIN_PREFIX),arm-none-linux-gnueabi-)
 # XXX test for EABI better than this
 # eabi compilers dont need this