diff options
author | zhang sanshan <b51434@freescale.com> | 2015-11-17 15:21:18 +0800 |
---|---|---|
committer | zhang sanshan <b51434@freescale.com> | 2015-11-17 15:21:18 +0800 |
commit | 722498ab45e87de6ad18d873bc10779d36f6ea1a (patch) | |
tree | bd4900d91f45941015f62636cf5d7bd8cf9c6046 /include | |
parent | 9c723a7d146018be07f49f6162ba761973049b9b (diff) | |
download | u-boot-imx-722498ab45e87de6ad18d873bc10779d36f6ea1a.zip u-boot-imx-722498ab45e87de6ad18d873bc10779d36f6ea1a.tar.gz u-boot-imx-722498ab45e87de6ad18d873bc10779d36f6ea1a.tar.bz2 |
Revert "MA-7053 when I add selinux=disable in the cmdline, the board do OTA update will fail"
This reverts commit 24356fe059abbc9eae1b192f7af8a46f204a36f4.
Conflicts:
common/image-android.c
Diffstat (limited to 'include')
-rw-r--r-- | include/android_image.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/android_image.h b/include/android_image.h index 07dfd94..094d60a 100644 --- a/include/android_image.h +++ b/include/android_image.h @@ -66,7 +66,4 @@ struct andr_img_hdr { * 6. if second_size != 0: jump to second_addr * else: jump to kernel_addr */ - -void del_sub_str(const char *str, const char *sub_str, char *cmdline); - #endif |