Re: [U-Boot] [PATCH 1/1] dm: sysreset: x86: missing build dependency

2018-07-28 Thread Bin Meng
Hi Heinrich, On Sun, Jul 29, 2018 at 5:44 AM, Heinrich Schuchardt wrote: > On 07/23/2018 03:51 AM, Bin Meng wrote: >> Hi Heinrich, >> >> On Sun, Jul 22, 2018 at 5:48 PM, Heinrich Schuchardt >> wrote: >>> make qemu-x86_defconfig >>> with additional >>> >>> #CONFIG_SYSRESET is not set >>> >>

Re: [U-Boot] [PATCH 1/1] dm: sysreset: x86: missing build dependency

2018-07-28 Thread Heinrich Schuchardt
On 07/23/2018 03:51 AM, Bin Meng wrote: > Hi Heinrich, > > On Sun, Jul 22, 2018 at 5:48 PM, Heinrich Schuchardt > wrote: >> make qemu-x86_defconfig >> with additional >> >> #CONFIG_SYSRESET is not set >> > > I don't understand the changes. Why do you want to add > "#CONFIG_SYSRESET is not

Re: [U-Boot] [PATCH 1/1] dm: sysreset: x86: missing build dependency

2018-07-22 Thread Bin Meng
Hi Heinrich, On Sun, Jul 22, 2018 at 5:48 PM, Heinrich Schuchardt wrote: > make qemu-x86_defconfig > with additional > > #CONFIG_SYSRESET is not set > I don't understand the changes. Why do you want to add "#CONFIG_SYSRESET is not set"? > results in > > LD u-boot > lib/built-in.o:

[U-Boot] [PATCH 1/1] dm: sysreset: x86: missing build dependency

2018-07-22 Thread Heinrich Schuchardt
make qemu-x86_defconfig with additional #CONFIG_SYSRESET is not set results in LD u-boot lib/built-in.o: In function `efi_reset_system_boottime': lib/efi_loader/efi_runtime.c:122: undefined reference to `do_reset' Fixes: fabb2b4c7f28 ("dm: sysreset: x86: Add a sysreset driver")