profiles: Drop unused USE_EXPAND variables

Last use:

U_BOOT_CONFIG_USE e3193b0081fd0a0306b7996fbc69127c9a3b25c6
U_BOOT_FDT_USE    089a6611440eb5d65aab3aec0f7f81677f69f978
BOARD_USE         af3f6d8747bba0c304b8a2bb5839210abd962cdd
This commit is contained in:
Benjamin Gilbert 2017-06-16 19:21:21 -07:00
parent 740820489d
commit aecce70446

View File

@ -1,12 +1,9 @@
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved. # Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# ChromeOS-specific: BOARD_USE for accessing board value in cros-board.eclass # ChromeOS-specific: CROS_WORKON_TREE for cros-workon
# CROS_WORKON_TREE for cros-workon
# TESTS USE_EXPAND for autotest # TESTS USE_EXPAND for autotest
# U_BOOT_CONFIG_USE for selecting U-Boot config USE_EXPAND="${USE_EXPAND} CROS_WORKON_TREE TESTS"
# U_BOOT_FDT_USE for selecting U-Boot device tree
USE_EXPAND="${USE_EXPAND} BOARD_USE CROS_WORKON_TREE TESTS U_BOOT_CONFIG_USE U_BOOT_FDT_USE"
USE_EXPAND_HIDDEN="${USE_EXPAND_HIDDEN} CROS_WORKON_TREE" USE_EXPAND_HIDDEN="${USE_EXPAND_HIDDEN} CROS_WORKON_TREE"
# Use go_version_* flags to indicate which major version was used. # Use go_version_* flags to indicate which major version was used.