Blame view

include/configs/mx7dsabresdandroid.h 822 Bytes
f15e20eeb   Ye Li   MLK-18591-7 andro...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  
  /*
   * Copyright (C) 2015-2016 Freescale Semiconductor, Inc.
   *
   * SPDX-License-Identifier:	GPL-2.0+
   */
  
  #ifndef __MX7D_SABRESD_ANDROID_H
  #define __MX7D_SABRESD_ANDROID_H
  #include "mx_android_common.h"
  
  #define CONFIG_CMD_FASTBOOT
  #define CONFIG_ANDROID_BOOT_IMAGE
  /* lock/unlock stuff */
  #define FASTBOOT_ENCRYPT_LOCK
  #define CONFIG_FASTBOOT_LOCK
  #define FSL_FASTBOOT_FB_DEV "mmc"
f15e20eeb   Ye Li   MLK-18591-7 andro...
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
  #define CONFIG_SHA1
  
  #define CONFIG_AVB_SUPPORT
  #ifdef CONFIG_AVB_SUPPORT
  #define CONFIG_ANDROID_RECOVERY
  
  #ifdef CONFIG_SYS_CBSIZE
  #undef CONFIG_SYS_CBSIZE
  #define CONFIG_SYS_CBSIZE 2048
  #endif
  
  #ifdef CONFIG_SYS_MALLOC_LEN
  #undef CONFIG_SYS_MALLOC_LEN
  #define CONFIG_SYS_MALLOC_LEN           (96 * SZ_1M)
  #endif
  
  #endif /* CONFIG_AVB_SUPPORT */
449f9048e   Luo Ji   [iot] Update liba...
35
  #define AVB_AB_I_UNDERSTAND_LIBAVB_AB_IS_DEPRECATED
f15e20eeb   Ye Li   MLK-18591-7 andro...
36
  #endif /* __MX7D_SABRESD_ANDROID_H */