commit | 7122eb7b23f11cc20e5ff33f82c2f274cb59b205 | [log] [tgz] |
---|---|---|
author | Amit Virdi <amit.virdi@st.com> | Mon May 07 13:00:29 2012 +0530 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sat Jul 07 14:07:39 2012 +0200 |
tree | b45d04b77763d821cb52873f8c154e13ad035c4b | |
parent | 48e52286e2291ec79a2ff8bb7831916f4cc2337d [diff] |
st_smi: Change timeout loop implementation There are two problems in the current timeout loop implementation: 1. In case initial test failing, there will always be a delay of 1 ms 2. The delay duration is not tunable The new implementation addresses both these limitations. Signed-off-by: Amit Virdi <amit.virdi@st.com> Signed-off-by: Stefan Roese <sr@denx.de>