skiboot: Change to BR2_PACKAGE_SKIBOOT from BR2_TARGET_SKIBOOT
We think that BR2_TARGET rather than BR2_PACKAGE was originally
used incorrectly as a way to produce a single LID for an FSP build
back sometime in 2014 or before.
Suggested-by: Alastair D'Silva <alastair@d-silva.org>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
diff --git a/openpower/configs/palmetto_defconfig b/openpower/configs/palmetto_defconfig
index 67dcc1e..37e0907 100644
--- a/openpower/configs/palmetto_defconfig
+++ b/openpower/configs/palmetto_defconfig
@@ -30,8 +30,8 @@
BR2_OPENPOWER_PNOR_FILENAME="palmetto.pnor"
# skiboot requirements
-BR2_TARGET_SKIBOOT=y
-BR2_TARGET_SKIBOOT_EMBED_PAYLOAD=n
+BR2_PACKAGE_SKIBOOT=y
+BR2_PACKAGE_SKIBOOT_EMBED_PAYLOAD=n
# petitboot requirements
BR2_ENABLE_LOCALE_PURGE=y