diff options
author | Tom Rini <trini@konsulko.com> | 2019-05-13 07:13:03 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-05-13 07:13:03 -0400 |
commit | d2d8f73da4b648ad21b1afb481f0bcd035ebe029 (patch) | |
tree | 9f42385dcb5d164577b972664fcf63b557a50503 /drivers/timer/dw-apb-timer.c | |
parent | 592254b9b8bde7c1844d956fe3ba3dd78f5df054 (diff) | |
parent | 1b898ffc040b5977a07af755b8ba3aa151914800 (diff) | |
download | u-boot-d2d8f73da4b648ad21b1afb481f0bcd035ebe029.tar.gz |
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
- A10 FPGA programming support, Gen5 livetree conversion
Diffstat (limited to 'drivers/timer/dw-apb-timer.c')
-rw-r--r-- | drivers/timer/dw-apb-timer.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/timer/dw-apb-timer.c b/drivers/timer/dw-apb-timer.c index cb48801af1..86312b8dc7 100644 --- a/drivers/timer/dw-apb-timer.c +++ b/drivers/timer/dw-apb-timer.c @@ -17,8 +17,6 @@ #define DW_APB_CURR_VAL 0x4 #define DW_APB_CTRL 0x8 -DECLARE_GLOBAL_DATA_PTR; - struct dw_apb_timer_priv { fdt_addr_t regs; }; |