]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: coral: Avoid build error with !CONFIG_ACPIGEN
authorSimon Glass <sjg@chromium.org>
Mon, 15 Mar 2021 05:00:30 +0000 (18:00 +1300)
committerSimon Glass <sjg@chromium.org>
Sat, 27 Mar 2021 02:04:30 +0000 (15:04 +1300)
commit2018a33cb7e5adc1c71dd63ec4502b79a758757a
treedfa69f955daa0a962b99419b6dd60ff28d80f665
parentb8bcccedac91b8551bf00af724d6a5d45f47bd0f
x86: coral: Avoid build error with !CONFIG_ACPIGEN

When CONFIG_ACPIGEN is not enabled the CPU code does not build. Fix this
by moving things around.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/apollolake/cpu.c