Skip to content
Snippets Groups Projects
Commit 544cb105 authored by Oskar Viljasaar's avatar Oskar Viljasaar
Browse files

Import openwrt hack patch 301-mips_image_cmdline_hack

parent cf4fe376
Branches
Tags
No related merge requests found
...@@ -1144,6 +1144,10 @@ config SYNC_R4K ...@@ -1144,6 +1144,10 @@ config SYNC_R4K
config MIPS_MACHINE config MIPS_MACHINE
def_bool n def_bool n
config IMAGE_CMDLINE_HACK
bool "OpenWrt specific image command line hack"
default n
config NO_IOPORT_MAP config NO_IOPORT_MAP
def_bool n def_bool n
......
...@@ -79,6 +79,12 @@ FEXPORT(__kernel_entry) ...@@ -79,6 +79,12 @@ FEXPORT(__kernel_entry)
j kernel_entry j kernel_entry
#endif #endif
#ifdef CONFIG_IMAGE_CMDLINE_HACK
.ascii "CMDLINE:"
EXPORT(__image_cmdline)
.fill 0x400
#endif /* CONFIG_IMAGE_CMDLINE_HACK */
__REF __REF
NESTED(kernel_entry, 16, sp) # kernel entry point NESTED(kernel_entry, 16, sp) # kernel entry point
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment