vexpress: Port to JB

Change-Id: I4c7ba0c83f15c4b3bc170135a75d1c07131b2024
Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 0f21a40..46e7a86 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -43,3 +43,6 @@
 
 # ARMs gator (DS-5)
 TARGET_USE_GATOR:= true
+
+# Build uImage and uInitrd instead of kernel and ramdisk.img
+TARGET_BOOTLOADER_TYPE := uboot
diff --git a/device.mk b/device.mk
index 6ee224d..c6c19e7 100644
--- a/device.mk
+++ b/device.mk
@@ -16,4 +16,4 @@
 PRODUCT_PACKAGES += \
  	camera.vexpress
 
-$(call inherit-product, frameworks/base/build/tablet-dalvik-heap.mk)
+$(call inherit-product, frameworks/native/build/tablet-dalvik-heap.mk)