summaryrefslogtreecommitdiff
path: root/conf/machine/apalis-imx8.conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-05-28 10:01:46 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-06-09 18:56:55 +0200
commita6d5274098c326b010651e9407624b9a74537f17 (patch)
treebb1600c5f05e701420a7da84b52af0d53d07df3f /conf/machine/apalis-imx8.conf
parent57bbe39608324d2a1f62e900e4eaf02e406c041c (diff)
machines: u-boot: use full config name
U-Boot used to be configured by 'make <board>_config', however with the move integration of the Kconfig system that changed to use a config file ending in _defconfig. Usually those names are <board>_defconfig. So nowadays one configures with 'make <whatever>_defconfig'. If make is called with <whatever>_config that is silently changed to <whatever>_defconfig. Change our config targets to the new name to prevent confusion. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 30b49e9696e82869cffc9994d7b5391d75c13dec)
Diffstat (limited to 'conf/machine/apalis-imx8.conf')
-rw-r--r--conf/machine/apalis-imx8.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/apalis-imx8.conf b/conf/machine/apalis-imx8.conf
index 8420260..6a53ae1 100644
--- a/conf/machine/apalis-imx8.conf
+++ b/conf/machine/apalis-imx8.conf
@@ -31,7 +31,7 @@ KERNEL_DEVICETREE = " \
UBOOT_SUFFIX = "bin"
UBOOT_CONFIG ??= "sd"
-UBOOT_CONFIG[sd] = "apalis-imx8_config,sdcard"
+UBOOT_CONFIG[sd] = "apalis-imx8_defconfig,sdcard"
UBOOT_ENTRYPOINT = "0x80280000"
UBOOT_RD_LOADADDRESS = "0xA0000000"