diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-09-30 20:08:36 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-10-08 18:59:04 +0200 |
commit | 77a0355f60b801f232ce0a5bfbe95331fa3b6bc0 (patch) | |
tree | 9285b86f451c0b9c878ccbd916baf49a5823da1c /README.imx31 | |
parent | 1ed7a7f0f571b13d46530f8f8b9aff3957f15a96 (diff) | |
download | u-boot-imx-77a0355f60b801f232ce0a5bfbe95331fa3b6bc0.zip u-boot-imx-77a0355f60b801f232ce0a5bfbe95331fa3b6bc0.tar.gz u-boot-imx-77a0355f60b801f232ce0a5bfbe95331fa3b6bc0.tar.bz2 |
move README.imx31 to doc/ and merge with README.mx31
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'README.imx31')
-rw-r--r-- | README.imx31 | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/README.imx31 b/README.imx31 deleted file mode 100644 index f545f01..0000000 --- a/README.imx31 +++ /dev/null @@ -1,13 +0,0 @@ -i.MX31 specific Configuration Options: --------------------------------------- - -- Timer precision: - CONFIG_MX31_TIMER_HIGH_PRECISION - - Enable higher precision timer. The low-precision timer - (default) provides approximately 4% error, whereas the - high-precision timer is about 0.4% accurate. The extra - accuracy is achieved at the cost of higher computational - overhead, which, in places where time is measured, should - not be critical, so, it should be safe to enable this - option. |