]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: Don't process the kernel command line unless enabled
authorSimon Glass <sjg@chromium.org>
Wed, 29 Dec 2021 18:57:39 +0000 (11:57 -0700)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 31 Dec 2021 05:45:01 +0000 (06:45 +0100)
commit440c6645aa501e9dfe96fa314c1db78cbb42f453
tree8ef1f2448ee4ff3be84f5eba31a2c452c9eef42c
parent6e7ad4a45f6e2b036fc56942293b8471ece3341d
x86: Don't process the kernel command line unless enabled

If the 'bootm' command is not enabled then this code is not available and
this causes a link error. Fix it.

Note that for the EFI app, there is no indication of missing code. It just
hangs!

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
arch/x86/lib/zimage.c