From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Thu, 30 Apr 2020 17:13:49 +0800 Subject: [PATCH 5/8] configs: slimbootloader: Add x86_64 slimbootloader config In-Reply-To: References: <20200422004507.2025-1-aiden.park@intel.com> <20200422004507.2025-6-aiden.park@intel.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Apr 27, 2020 at 4:32 AM Simon Glass wrote: > > Hi Aiden, > > On Tue, 21 Apr 2020 at 18:45, wrote: > > > > From: Aiden Park > > > > Add slimbootloader-x86_64_defconfig for 64-bit slimbootloader board. > > > > Signed-off-by: Aiden Park > > --- > > configs/slimbootloader-x86_64_defconfig | 24 ++++++++++++++++++++++++ > > 1 file changed, 24 insertions(+) > > create mode 100644 configs/slimbootloader-x86_64_defconfig > > How about slimbootloader64? > > We always know it is x86. Agreed with Simon, Aiden, please also make sure the defconfig file is written with all options in the correct order. You can do it like this: $ make slimbootloader64_defconfig $ make savedefconfig $ cp defconfig configs/slimbootloader64_defconfig Regards, Bin