aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/lib/bootm.c
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2018-09-26 06:55:07 -0700
committerAndes <uboot@andestech.com>2018-10-03 17:44:44 +0800
commit3ad4866dd7796718db939247e39f5ab9a121f9e3 (patch)
treebcd01c57108b30c22b0586a16efe2573a9fd5c32 /arch/riscv/lib/bootm.c
parent117a433d9e66ff986c97f60c2f6daa167f8ee729 (diff)
downloadu-boot-3ad4866dd7796718db939247e39f5ab9a121f9e3.zip
u-boot-3ad4866dd7796718db939247e39f5ab9a121f9e3.tar.gz
u-boot-3ad4866dd7796718db939247e39f5ab9a121f9e3.tar.bz2
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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/riscv/lib/bootm.c b/arch/riscv/lib/bootm.c
index 2610a57..6662aff 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;