]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - README.imx31
Fix for USB sticks not working on ARM while using GCC 4.x compilers
[karo-tx-uboot.git] / README.imx31
1 i.MX31 specific Configuration Options:
2 --------------------------------------
3
4 - Timer precision:
5                 CONFIG_MX31_TIMER_HIGH_PRECISION
6
7                 Enable higher precision timer. The low-precision timer
8                 (default) provides approximately 4% error, whereas the
9                 high-precision timer is about 0.4% accurate. The extra
10                 accuracy is achieved at the cost of higher computational
11                 overhead, which, in places where time is measured, should
12                 not be critical, so, it should be safe to enable this
13                 option.