aboot: mdtp: Updated mdtp definitions.

This change includes the updated mdtp_defs files
for 8996, 8994 and 8952 targets.
Remove not needed structures and functions after moving to new
MDTP image format.

Change-Id: Ife99351b2e7907157726783033840ec560a739ce
diff --git a/target/msm8994/mdtp_defs.c b/target/msm8994/mdtp_defs.c
index 65fb596..ce9e352 100644
--- a/target/msm8994/mdtp_defs.c
+++ b/target/msm8994/mdtp_defs.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2015, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are
@@ -32,42 +32,6 @@
 #define MDTP_EFUSE_ADDRESS_MSM8994  0xFC4BC1F8  // QFPROM_CORR_SPARE_REG19_LSB_ADDR
 #define MDTP_EFUSE_START_MSM8994    16
 
-struct mdtp_ui_defs mdtp_ui_defs_msm8994 = {
-        // Image dimensions
-        1412,     // error_msg_width;
-        212,      // error_msg_height;
-        1364,     // main_text_width;
-        288,      // main_text_height;
-        180,      // pin_digit_width;
-        180,      // pin_digit_height;
-        644,      // ok_button_width;
-        158,      // ok_button_height;
-        1384,     // digits_instructions_width;
-        166,      // digits_instructions_height;
-        920,      // pin_instructions_width;
-        204,      // pin_instructions_height;
-
-        // Image offsets
-        0x1000,   // error_msg_offset;
-        0xDD000,  // initial_delay_offset;
-        0x1FD000, // enter_pin_offset;
-        0x31D000, // invalid_pin_offset;
-        0x43D000, // pin_digit_0_offset;
-        0x18000,  // pin_digits_offset;
-        0x52D000, // pin_selected_digit_0_offset;
-        0x61D000, // ok_button_offset;
-        0x668000, // selected_ok_button_offset;
-        0x6B3000, // digits_instructions_offset;
-        0x75C000, // pin_instructions_offset;
-
-        //Display settings
-        12        // digit_space;
-};
-
-struct mdtp_ui_defs mdtp_get_target_ui_defs()
-{
-    return mdtp_ui_defs_msm8994;
-}
 
 int mdtp_get_target_efuse(struct mdtp_target_efuse* target_efuse)
 {