configs: target/ayn-odin2-sdcard: move kernel to device/ayn-odin2

Signed-off-by: BigfootACA <bigfoot@classfun.cn>
This commit is contained in:
BigfootACA 2024-05-21 11:26:18 +08:00
parent 4ad6592d3e
commit 1f0b7ebf2a
2 changed files with 4 additions and 5 deletions

View File

@ -68,6 +68,10 @@ kernel:
- panic=30 - panic=30
- loglevel=8 - loglevel=8
- allow_mismatched_32bit_el0 - allow_mismatched_32bit_el0
path: /boot
kernel: Image
initramfs: initramfs-linux.img
devicetree: dtbs/${platform}/${soc}-${device}${device_suffix}.dtb
mkinitcpio: mkinitcpio:
files: files:
# Put these firmware to initramfs for boot # Put these firmware to initramfs for boot

View File

@ -68,10 +68,5 @@ filesystem:
initrd = "${kernel.initramfs}" initrd = "${kernel.initramfs}"
devicetree = "${kernel.devicetree}" devicetree = "${kernel.devicetree}"
cmdline = "${@kernel.cmdline}" cmdline = "${@kernel.cmdline}"
kernel:
path: /boot
kernel: Image
initramfs: initramfs-linux.img
devicetree: dtbs/${platform}/${soc}-${device}${device_suffix}.dtb
+also: +also:
- device/ayn-odin2 - device/ayn-odin2