Skip to content
Snippets Groups Projects
Commit 4b354f73 authored by John Crispin's avatar John Crispin Committed by Oussama Ghorbel
Browse files

hack: kernel: add generic image_cmdline hack to MIPS targets


lede-commit: d59f5b3a987a48508257a0ddbaeadc7909f9f976
Signed-off-by: default avatarGabor Juhos <juhosg@openwrt.org>
parent 52372263
No related branches found
No related tags found
No related merge requests found
......@@ -1152,6 +1152,10 @@ config SYNC_R4K
config MIPS_MACHINE
def_bool n
config IMAGE_CMDLINE_HACK
bool "OpenWrt specific image command line hack"
default n
config NO_IOPORT_MAP
def_bool n
......
......@@ -79,6 +79,12 @@ FEXPORT(__kernel_entry)
j kernel_entry
#endif
#ifdef CONFIG_IMAGE_CMDLINE_HACK
.ascii "CMDLINE:"
EXPORT(__image_cmdline)
.fill 0x400
#endif /* CONFIG_IMAGE_CMDLINE_HACK */
__REF
NESTED(kernel_entry, 16, sp) # kernel entry point
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment