tegra132: increase MAX_CPUS to 2
There are 2 cores visible to the OS and both need to be brought up. Therefore, provide the proper number of cores. BUG=chrome-os-partner:31545 BRANCH=None TEST=Built and noted CONFIG_MAX_CPUS=2. Change-Id: Id31b0a3046e40e1aec09bf2ee66b1e2f0b27fd21 Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/214661 Reviewed-by: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
parent
1037d473f3
commit
efa6c03435
1 changed files with 4 additions and 0 deletions
|
|
@ -28,6 +28,10 @@ config BOOTBLOCK_ROM_OFFSET
|
|||
hex
|
||||
default 0x0
|
||||
|
||||
config MAX_CPUS
|
||||
int
|
||||
default 2
|
||||
|
||||
config CBFS_HEADER_ROM_OFFSET
|
||||
hex "offset of master CBFS header in ROM"
|
||||
default 0x22000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue