Re: [U-Boot] [PATCH 1/1] x86: provide CONFIG_BUILD_ROM

2017-09-19 Thread Bin Meng
Hi Heinrich, On Tue, Sep 19, 2017 at 2:15 PM, Heinrich Schuchardt wrote: > On 09/19/2017 07:54 AM, Bin Meng wrote: >> Hi Heinrich, >> >> On Sun, Sep 17, 2017 at 7:57 PM, Heinrich Schuchardt >> wrote: >>> Up to now we depended on an exported variable to build u-boot.rom. >>> What we build should

Re: [U-Boot] [PATCH 1/1] x86: provide CONFIG_BUILD_ROM

2017-09-18 Thread Heinrich Schuchardt
On 09/19/2017 07:54 AM, Bin Meng wrote: > Hi Heinrich, > > On Sun, Sep 17, 2017 at 7:57 PM, Heinrich Schuchardt > wrote: >> Up to now we depended on an exported variable to build u-boot.rom. >> What we build should be specified by the configuration file. >> >> With this patch the export variable

Re: [U-Boot] [PATCH 1/1] x86: provide CONFIG_BUILD_ROM

2017-09-18 Thread Bin Meng
Hi Heinrich, On Sun, Sep 17, 2017 at 7:57 PM, Heinrich Schuchardt wrote: > Up to now we depended on an exported variable to build u-boot.rom. > What we build should be specified by the configuration file. > > With this patch the export variable is deprecated and replaced by the > Kconfig option C

[U-Boot] [PATCH 1/1] x86: provide CONFIG_BUILD_ROM

2017-09-17 Thread Heinrich Schuchardt
Up to now we depended on an exported variable to build u-boot.rom. What we build should be specified by the configuration file. With this patch the export variable is deprecated and replaced by the Kconfig option CONFIG_BUILD_ROM. This option depends on CONFIG_X86 and is selected in qemu-x86_defc