forked from OERV-BSP/u-boot
test/py: efi_secboot: small rework for adding a new test
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>
This commit is contained in:
committed by
Heinrich Schuchardt
parent
1115edd846
commit
57be8cdce3
@@ -1,14 +1,8 @@
|
||||
# SPDX-License-Identifier: GPL-2.0+
|
||||
|
||||
# Disk image name
|
||||
EFI_SECBOOT_IMAGE_NAME = 'test_efi_secboot.img'
|
||||
|
||||
# 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 = ''
|
||||
|
||||
# Hello World application for sandbox
|
||||
HELLO_PATH = ''
|
||||
|
||||
Reference in New Issue
Block a user