[PATCH 5/8] configs: slimbootloader: Add x86_64 slimbootloader config

Bin Meng bmeng.cn at gmail.com
Thu Apr 30 11:13:49 CEST 2020


On Mon, Apr 27, 2020 at 4:32 AM Simon Glass <sjg at chromium.org> wrote:
>
> Hi Aiden,
>
> On Tue, 21 Apr 2020 at 18:45, <aiden.park at intel.com> wrote:
> >
> > From: Aiden Park <aiden.park at intel.com>
> >
> > Add slimbootloader-x86_64_defconfig for 64-bit slimbootloader board.
> >
> > Signed-off-by: Aiden Park <aiden.park at intel.com>
> > ---
> >  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


More information about the U-Boot mailing list