Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

global_data.h

Forked from Reform / reform-boundary-uboot
16433 commits behind the upstream repository.
  • Peng Fan's avatar
    8fbbb6c2
    arm: change tbu/l type to unsigned int · 8fbbb6c2
    Peng Fan authored
    
    Change tbu/l type to unsigned int.
    >From the timer file for arm,
    "(((unsigned long long)gd->arch.tbu) << 32) | gd->arch.tbl;" is used,
    This piece code is based on tbu/tbl is 32bits, so change the type to
    unsigned int.
    
    Signed-off-by: default avatarPeng Fan <peng.fan@nxp.com>
    Cc: Simon Glass <sjg@chromium.org>
    Cc: Tom Rini <trini@konsulko.com>
    8fbbb6c2
    History
    arm: change tbu/l type to unsigned int
    Peng Fan authored
    
    Change tbu/l type to unsigned int.
    >From the timer file for arm,
    "(((unsigned long long)gd->arch.tbu) << 32) | gd->arch.tbl;" is used,
    This piece code is based on tbu/tbl is 32bits, so change the type to
    unsigned int.
    
    Signed-off-by: default avatarPeng Fan <peng.fan@nxp.com>
    Cc: Simon Glass <sjg@chromium.org>
    Cc: Tom Rini <trini@konsulko.com>