Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bcmlinux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Broadcom
bcmlinux
Commits
86f64e15
Commit
86f64e15
authored
4 years ago
by
Oskar Viljasaar
Browse files
Options
Downloads
Patches
Plain Diff
Import openwrt pending patch 300-mips_expose_boot_raw
parent
ca67d6ee
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/mips/Kconfig
+12
-3
12 additions, 3 deletions
arch/mips/Kconfig
with
12 additions
and
3 deletions
arch/mips/Kconfig
+
12
−
3
View file @
86f64e15
...
@@ -1063,9 +1063,6 @@ config FW_ARC
...
@@ -1063,9 +1063,6 @@ config FW_ARC
config ARCH_MAY_HAVE_PC_FDC
config ARCH_MAY_HAVE_PC_FDC
bool
bool
config BOOT_RAW
bool
config CEVT_BCM1480
config CEVT_BCM1480
bool
bool
...
@@ -2969,6 +2966,18 @@ choice
...
@@ -2969,6 +2966,18 @@ choice
bool "Extend builtin kernel arguments with bootloader arguments"
bool "Extend builtin kernel arguments with bootloader arguments"
endchoice
endchoice
config BOOT_RAW
bool "Enable the kernel to be executed from the load address"
default n
help
Allow the kernel to be executed from the load address for
bootloaders which cannot read the ELF format. This places
a jump to start_kernel at the load address.
If unsure, say N.
endmenu
endmenu
config LOCKDEP_SUPPORT
config LOCKDEP_SUPPORT
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment