diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2018-09-26 06:55:07 -0700 |
---|---|---|
committer | Andes <uboot@andestech.com> | 2018-10-03 17:44:44 +0800 |
commit | 3ad4866dd7796718db939247e39f5ab9a121f9e3 (patch) | |
tree | bcd01c57108b30c22b0586a16efe2573a9fd5c32 /arch/riscv/lib/bootm.c | |
parent | 117a433d9e66ff986c97f60c2f6daa167f8ee729 (diff) |
riscv: Remove setup.h
This was copied from ARM, and does not apply to RISC-V. While we
are here, bootm.h is eventually removed as its content is only
the inclusion of setup.h.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de>
Diffstat (limited to 'arch/riscv/lib/bootm.c')
-rw-r--r-- | arch/riscv/lib/bootm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/riscv/lib/bootm.c b/arch/riscv/lib/bootm.c index 2610a57bbf..6662aff4fd 100644 --- a/arch/riscv/lib/bootm.c +++ b/arch/riscv/lib/bootm.c @@ -11,7 +11,6 @@ #include <image.h> #include <u-boot/zlib.h> #include <asm/byteorder.h> -#include <asm/bootm.h> DECLARE_GLOBAL_DATA_PTR; |