commit | 5ca5d4e61d0cac15f36160ab48425c6e43bf2e2f | [log] [tgz] |
---|---|---|
author | Anton Vorontsov <anton.vorontsov@linaro.org> | Mon Jul 09 17:03:19 2012 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jul 17 09:46:52 2012 -0700 |
tree | 7e35f66cc7863798f32e96fb2062b6006352dc04 | |
parent | 4a53ffae6afc94bab803087245b3b45e712c21c8 [diff] |
pstore/ram: Make ECC size configurable This is now pretty straightforward: instead of using bool, just pass an integer. For backwards compatibility ramoops.ecc=1 means 16 bytes ECC (using 1 byte for ECC isn't much of use anyway). Suggested-by: Arve Hjønnevåg <arve@android.com> Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org> Acked-by: Kees Cook <keescook@chromium.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>