mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
6 lines
141 B
Python
6 lines
141 B
Python
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
|
||
|
# Directories
|
||
|
CAPSULE_DATA_DIR = '/EFI/CapsuleTestData'
|
||
|
CAPSULE_INSTALL_DIR = '/EFI/UpdateCapsule'
|