Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | armcm_timer: Fix typo in comment in armcm_timer.h | Kevin O'Connor | 2019-08-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | armcm_timer: Unify udelay() implementation | Kevin O'Connor | 2019-06-09 | 1 | -0/+8 |
Move the udelay() code from various arm board directories into the src/generic/armcm_timer.c code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |