mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-10-31 18:09:19 +00:00
cnss: Increase maximum firmware size for secure firmware feature
Since actual firmware size is increased over time, increase the maximum firmware size variable for secure firmware feature. Change-Id: I8d0f8787ff8e4fa9548360700ec63c5291def82b CRs-fixed: 821889 Signed-off-by: Yue Ma <yuem@codeaurora.org>
This commit is contained in:
parent
776ce79230
commit
02e32faefb
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (c) 2013-2014, The Linux Foundation. All rights reserved.
|
||||
/* Copyright (c) 2013-2015, The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License version 2 and
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
#define CNSS_MAX_FILE_NAME 20
|
||||
|
||||
#define MAX_FIRMWARE_SIZE (512 * 1024)
|
||||
#define MAX_FIRMWARE_SIZE (1 * 1024 * 1024)
|
||||
|
||||
enum cnss_bus_width_type {
|
||||
CNSS_BUS_WIDTH_NONE,
|
||||
|
|
Loading…
Reference in a new issue