On Sat, 14 Mar 2020 at 05:27, Heinrich Schuchardt <xypron.g...@gmx.de> wrote: > > 'bootefi hello' is used in one of the Python tests. > > efidebug can be used to verify the correct initialization of the UEFI > sub-system. > > Signed-off-by: Heinrich Schuchardt <xypron.g...@gmx.de> > --- > configs/sandbox64_defconfig | 2 ++ > configs/sandbox_defconfig | 1 + > configs/sandbox_flattree_defconfig | 2 ++ > configs/sandbox_spl_defconfig | 2 ++ > 4 files changed, 7 insertions(+) >
I have to wonder if we should add this as an 'imply' in arch/Kconfig? Reviewed-by: Simon Glass <s...@chromum.org>