diff --git a/configs/device/ayn-odin2.yaml b/configs/device/ayn-odin2.yaml index 27dc383..fba658a 100644 --- a/configs/device/ayn-odin2.yaml +++ b/configs/device/ayn-odin2.yaml @@ -68,6 +68,10 @@ kernel: - panic=30 - loglevel=8 - allow_mismatched_32bit_el0 + path: /boot + kernel: Image + initramfs: initramfs-linux.img + devicetree: dtbs/${platform}/${soc}-${device}${device_suffix}.dtb mkinitcpio: files: # Put these firmware to initramfs for boot diff --git a/configs/target/ayn-odin2-sdcard.yaml b/configs/target/ayn-odin2-sdcard.yaml index 1f3ea39..4f90a93 100644 --- a/configs/target/ayn-odin2-sdcard.yaml +++ b/configs/target/ayn-odin2-sdcard.yaml @@ -68,10 +68,5 @@ filesystem: initrd = "${kernel.initramfs}" devicetree = "${kernel.devicetree}" cmdline = "${@kernel.cmdline}" -kernel: - path: /boot - kernel: Image - initramfs: initramfs-linux.img - devicetree: dtbs/${platform}/${soc}-${device}${device_suffix}.dtb +also: - device/ayn-odin2