mirror of
https://github.com/joel16/android_kernel_sony_msm8994.git
synced 2024-11-27 06:01:12 +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
3b534e0b47
commit
e3bc0e7888
@ -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 New Issue
Block a user