This makes the up_squared board default to x86_64. This also adds a new board, up_squared_32, for when 32-bit is desired. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
12 lines
254 B
Plaintext
12 lines
254 B
Plaintext
# Copyright (c) 2018 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_UP_SQUARED
|
|
bool "UP Squared (x86_64)"
|
|
depends on SOC_APOLLO_LAKE
|
|
select X86_64
|
|
|
|
config BOARD_UP_SQUARED_32
|
|
bool "UP Squared (x86)"
|
|
depends on SOC_APOLLO_LAKE
|