summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/lib/bsp/substrate/target/arch/arm/conf/machine/{{=machine}}.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/arm/conf/machine/{{=machine}}.conf b/scripts/lib/bsp/substrate/target/arch/arm/conf/machine/{{=machine}}.conf
index ce9a58f38b..744486e6a9 100644
--- a/scripts/lib/bsp/substrate/target/arch/arm/conf/machine/{{=machine}}.conf
+++ b/scripts/lib/bsp/substrate/target/arch/arm/conf/machine/{{=machine}}.conf
@@ -90,4 +90,4 @@ UBOOT_ENTRYPOINT = "{{=uboot_entrypoint}}"
90{{ input type:"edit" name:"uboot_loadaddress" prio:"40" msg:"Please specify a value for UBOOT_LOADADDRESS:" default:"0x80008000" }} 90{{ input type:"edit" name:"uboot_loadaddress" prio:"40" msg:"Please specify a value for UBOOT_LOADADDRESS:" default:"0x80008000" }}
91UBOOT_LOADADDRESS = "{{=uboot_loadaddress}}" 91UBOOT_LOADADDRESS = "{{=uboot_loadaddress}}"
92 92
93MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa" 93MACHINE_FEATURES = "usbgadget usbhost vfat alsa"