Merge tag 'efi-2019-07-rc4-2' of git://git.denx.de/u-boot-efi
Pull request for UEFI sub-system for v2019.07-rc4-2 Support for managing the non-volatile attribute of UEFI variables is added though we do not have a backend for persistence yet. Error messages for changes of UEFI variables are provided. UEFI boottime service implementations are corrected.
This commit is contained in:
@@ -20,13 +20,6 @@ static uint64_t rockchip_get_ticks(void)
|
||||
return timebase_h << 32 | timebase_l;
|
||||
}
|
||||
|
||||
static uint64_t usec_to_tick(unsigned int usec)
|
||||
{
|
||||
uint64_t tick = usec;
|
||||
tick *= CONFIG_SYS_TIMER_RATE / (1000 * 1000);
|
||||
return tick;
|
||||
}
|
||||
|
||||
void rockchip_udelay(unsigned int usec)
|
||||
{
|
||||
uint64_t tmp;
|
||||
|
||||
Reference in New Issue
Block a user