summaryrefslogtreecommitdiffstats
path: root/arch/kvx/lib
diff options
context:
space:
mode:
authorJules Maselbas <jmaselbas@kalray.eu>2022-01-17 23:19:08 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2022-01-18 09:07:27 +0100
commit9ded43094bae729156205a40205fd76d3b9c9daa (patch)
tree783da61bb5f05b29721fbba6286ba85162cd74c1 /arch/kvx/lib
parentf6dcd5c03b201e98669b60e080ed8fcd0d594e5a (diff)
downloadbarebox-9ded43094bae729156205a40205fd76d3b9c9daa.tar.gz
barebox-9ded43094bae729156205a40205fd76d3b9c9daa.tar.xz
kvx: Move LINUX_BOOT_PARAM_MAGIC in asm/common.h
Declare both defines FSBL_PARAM_MAGIC and LINUX_BOOT_PARAM_MAGIC in the same header file, as they both have a very similar uses and value. Signed-off-by: Jules Maselbas <jmaselbas@kalray.eu> Link: https://lore.barebox.org/20220117221917.26970-3-jmaselbas@kalray.eu Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/kvx/lib')
-rw-r--r--arch/kvx/lib/bootm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/kvx/lib/bootm.c b/arch/kvx/lib/bootm.c
index 4d17e1846d..3e9772c458 100644
--- a/arch/kvx/lib/bootm.c
+++ b/arch/kvx/lib/bootm.c
@@ -17,7 +17,6 @@
#include <linux/kernel.h>
#include <asm/cache.h>
-#include <asm/bootm.h>
typedef void __noreturn (*boot_func_entry)(unsigned long, void *);