summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnand Balagopalakrishnan2013-06-27 09:40:16 -0500
committerAnand Balagopalakrishnan2013-06-27 09:40:16 -0500
commitca11c0b21090b9f2431f1ebff008a2061bedd6e8 (patch)
tree05b8af20b98bad6d0b0ee5ccf9b98c7e187dd5d4
parentd866660e61c1fd119c848fd90911565a59d624cc (diff)
downloadomap5-sgx-ddk-linux-ca11c0b21090b9f2431f1ebff008a2061bedd6e8.tar.gz
omap5-sgx-ddk-linux-ca11c0b21090b9f2431f1ebff008a2061bedd6e8.tar.xz
omap5-sgx-ddk-linux-ca11c0b21090b9f2431f1ebff008a2061bedd6e8.zip
Ensure that Linux kernel has been built with preemptible kernel
Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com>
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index 7abc26d..8c87666 100644
--- a/README
+++ b/README
@@ -26,6 +26,8 @@ Build and Install Instructions
26 26
27Setup the necessary environment variables. For details see the "INSTALL" file. 27Setup the necessary environment variables. For details see the "INSTALL" file.
28 28
29Ensure that the Linux kernel has been built with CONFIG_PREEMPT=y
30
29To build for OMAP5430/DRA7xx, change to the appropriate target directory: 31To build for OMAP5430/DRA7xx, change to the appropriate target directory:
30$ cd eurasiacon/build/linux2/omap5430_linux 32$ cd eurasiacon/build/linux2/omap5430_linux
31 33