summaryrefslogtreecommitdiff
path: root/arch/mips
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-25 11:02:46 -0400
committerTom Rini <trini@konsulko.com>2022-07-07 14:01:09 -0400
commitbb20a105e9fa475eb4258086cf59173540e7ff23 (patch)
tree9a460833f8a4a0d9ebf2fa05a1d569afb39d1995 /arch/mips
parentf6c1f91761aef72961466c7f15e25148c7f17040 (diff)
Convert CONFIG_SYS_BOOT_RAMDISK_HIGH to Kconfig
This converts the following to Kconfig: CONFIG_SYS_BOOT_RAMDISK_HIGH Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/include/asm/config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/include/asm/config.h b/arch/mips/include/asm/config.h
index 221eb93d58..bad0026648 100644
--- a/arch/mips/include/asm/config.h
+++ b/arch/mips/include/asm/config.h
@@ -6,6 +6,4 @@
#ifndef _ASM_CONFIG_H_
#define _ASM_CONFIG_H_
-#define CONFIG_SYS_BOOT_RAMDISK_HIGH
-
#endif