nmhw24: machine config: use default defconfig
renamed defconfig from <machine>-fct_defconfig to <machine>_defconfig. BugzID: 60559 Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
This commit is contained in:
parent
c2aa550101
commit
e9ae851dfe
|
|
@ -6,7 +6,7 @@ require conf/machine/include/ti33x.inc
|
|||
|
||||
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree"
|
||||
|
||||
KERNEL_DEFCONFIG ??= "am335x-nmhw24-fct_defconfig"
|
||||
KERNEL_DEFCONFIG ??= "am335x-nmhw24_defconfig"
|
||||
KERNEL_DEVICETREE = "am335x-nmhw24-prod1.dtb \
|
||||
"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue