Skip to content
Snippets Groups Projects
Commit c28881c8 authored by Darren Hart's avatar Darren Hart Committed by Bruce Ashfield
Browse files

atom-pc: Update atom-pc-preempt-rt.scc to reuse config from common-pc


The atom-pc preempt-rt BSP was omitting the config from common-pc,
resulting in very few drivers being built, including USB_STORAGE,
preventing preliminary boot testing.

Remove the "standard features" as those are covered by the common-pc
scc files.

Signed-off-by: default avatarDarren Hart <dvhart@linux.intel.com>
parent 62185c39
No related branches found
No related tags found
No related merge requests found
...@@ -2,13 +2,8 @@ define KMACHINE atom-pc ...@@ -2,13 +2,8 @@ define KMACHINE atom-pc
define KTYPE preempt-rt define KTYPE preempt-rt
define KARCH i386 define KARCH i386
# re-use the base preempt-rt branch include bsp/common-pc/common-pc-preempt-rt.scc
include ktypes/preempt-rt/preempt-rt.scc # No new branch required, re-use from preempt-rt.scc
#branch atom-pc
include atom-pc.scc include atom-pc.scc
# default policy for preempt-rt kernels
include cfg/usb-mass-storage.scc
include cfg/boot-live.scc
include features/latencytop/latencytop.scc
include features/profiling/profiling.scc
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