commit | 1fa625b8e4b299560e3d3f705e0ea9efc01187ad | [log] [tgz] |
---|---|---|
author | Anup Patel <Anup.Patel@wdc.com> | Mon Feb 25 08:14:24 2019 +0000 |
committer | Andes <uboot@andestech.com> | Wed Feb 27 09:12:33 2019 +0800 |
tree | 79795a06b9fd1e5a485bfb9064ac107551b50246 | |
parent | 70b8562dcf03461cd01bcacab7520c7d1485176c [diff] |
riscv: Add place-holder asm/arch/clk.h for driver compilation Some of the drivers (such as Cadence MACB ethernet driver) expect asm/arch/clk.h to be provided by arch support so we add place-holder asm/arch-generic/clk.h for RISC-V generic CPU. Signed-off-by: Anup Patel <anup.patel@wdc.com> Reviewed-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de>