Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
blade2: delete some crap and fix baud rate
the prebuilt kernels are old and won't work now and I can't be arsed to rebuild them
  • Loading branch information
Daz Jones committed Dec 26, 2012
1 parent bfcfa05 commit d1af9f0
Show file tree
Hide file tree
Showing 16 changed files with 6 additions and 476 deletions.
4 changes: 1 addition & 3 deletions BoardConfig.mk
Expand Up @@ -17,16 +17,14 @@
-include device/zte/msm7x27-common/BoardConfigCommon.mk
-include vendor/zte/blade2/BoardConfigVendor.mk

TARGET_PREBUILT_RECOVERY_KERNEL := device/zte/blade2/recovery_kernel
TARGET_PREBUILT_RECOVERY_KERNEL := device/zte/blade2/prebuilt/recovery_kernel
TARGET_RECOVERY_INITRC := device/zte/blade2/recovery/recovery.rc

# Kernel
ifdef P736E
TARGET_KERNEL_CONFIG := blade2_jb_p736e_defconfig
TARGET_PREBUILT_KERNEL := device/zte/blade2/kernel_p736e
else
TARGET_KERNEL_CONFIG := blade2_jb_p736v_defconfig
TARGET_PREBUILT_KERNEL := device/zte/blade2/kernel_p736v
endif

BOARD_KERNEL_CMDLINE := androidboot.hardware=blade2 console=null
Expand Down
51 changes: 0 additions & 51 deletions CleanSpec.mk

This file was deleted.

192 changes: 0 additions & 192 deletions NOTICE.cm

This file was deleted.

2 changes: 1 addition & 1 deletion bluetooth/libbt_vndcfg.txt
Expand Up @@ -6,5 +6,5 @@ BTVND_DBG = FALSE
BTHW_DBG = TRUE
VNDUSERIAL_DBG = FALSE
UPIO_DBG = FALSE
UART_TARGET_BAUD_RATE = 3000000
UART_TARGET_BAUD_RATE = 115200
FW_PATCH_SETTLEMENT_DELAY_MS = 50
7 changes: 4 additions & 3 deletions device.mk
Expand Up @@ -34,9 +34,9 @@ PRODUCT_PROPERTY_OVERRIDES += \
ro.cwm.enable_key_repeat=true

PRODUCT_COPY_FILES += \
device/zte/blade2/init.blade2.rc:root/init.blade2.rc \
device/zte/blade2/init.blade2.usb.rc:root/init.blade2.usb.rc \
device/zte/blade2/ueventd.blade2.rc:root/ueventd.blade2.rc \
device/zte/blade2/ramdisk/init.blade2.rc:root/init.blade2.rc \
device/zte/blade2/ramdisk/init.blade2.usb.rc:root/init.blade2.usb.rc \
device/zte/blade2/ramdisk/ueventd.blade2.rc:root/ueventd.blade2.rc \
device/zte/blade2/prebuilt/qwerty.kl:system/usr/keylayout/qwerty.kl \
device/zte/blade2/prebuilt/blade2_keypad.kl:system/usr/keylayout/blade2_keypad.kl \
device/zte/blade2/prebuilt/atmel-touchscreen.kl:system/usr/keylayout/atmel-touchscreen.kl \
Expand Down Expand Up @@ -74,4 +74,5 @@ PRODUCT_COPY_FILES += \
# These are the hardware-specific features
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \
frameworks/native/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \
frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml
35 changes: 0 additions & 35 deletions extract-files.sh

This file was deleted.

Binary file removed kernel_p736e
Binary file not shown.
Binary file removed kernel_p736v
Binary file not shown.
File renamed without changes.

0 comments on commit d1af9f0

Please sign in to comment.