# Copyright 2014 The Chromium OS Authors. All rights reserved. | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
U_BOOT_FDT_USE="exynos5422-peach-pi" | |
# Inherit the USE flags from overlay-peach-private's make.conf | |
# Only add USE flags specific to peach_pi here | |
USE="${USE} als highdpi peach_pi -wireless34" | |
# Tell powerd to use the "mosys eventlog" command to log system events. | |
USE="${USE} mosys_eventlog" |