diff options
author | John Crispin <john@openwrt.org> | 2015-02-11 13:05:37 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-02-11 13:05:37 +0000 |
commit | b67a6f65d6903de959589ef6e12b573a6d6e291f (patch) | |
tree | 26e45adbec2ca315f2a3b9eab7bb542168bb2573 /target/linux/brcm2708 | |
parent | cafc77f74c6fff0dc63e0968a58be0e3613f0985 (diff) | |
download | upstream-b67a6f65d6903de959589ef6e12b573a6d6e291f.tar.gz upstream-b67a6f65d6903de959589ef6e12b573a6d6e291f.tar.bz2 upstream-b67a6f65d6903de959589ef6e12b573a6d6e291f.zip |
brcm2708: remove CMA_DEBUG
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 44404
Diffstat (limited to 'target/linux/brcm2708')
-rw-r--r-- | target/linux/brcm2708/config-3.18 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm2708/config-3.18 b/target/linux/brcm2708/config-3.18 index 7765d1305f..9cae2fa685 100644 --- a/target/linux/brcm2708/config-3.18 +++ b/target/linux/brcm2708/config-3.18 @@ -45,7 +45,7 @@ CONFIG_CLKDEV_LOOKUP=y CONFIG_CMA=y CONFIG_CMA_ALIGNMENT=8 CONFIG_CMA_AREAS=7 -CONFIG_CMA_DEBUG=y +# CONFIG_CMA_DEBUG is not set CONFIG_CMA_SIZE_MBYTES=16 # CONFIG_CMA_SIZE_SEL_MAX is not set CONFIG_CMA_SIZE_SEL_MBYTES=y |