mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
57be8cdce3
It won't be very useful to customize HELLO_PATH and EFI_SECBOOT_IMAGE_NAME under the current code base. So just remove them. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
8 lines
236 B
Python
8 lines
236 B
Python
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
# Owner guid
|
|
GUID = '11111111-2222-3333-4444-123456789abc'
|
|
|
|
# v1.5.1 or earlier of efitools has a bug in sha256 calculation, and
|
|
# you need build a newer version on your own.
|
|
EFITOOLS_PATH = ''
|