mirror of
https://github.com/BigfootACA/arch-image-builder.git
synced 2024-11-11 08:37:54 +08:00
configs: target/ayn-odin2-sdcard: move kernel to device/ayn-odin2
Signed-off-by: BigfootACA <bigfoot@classfun.cn>
This commit is contained in:
parent
4ad6592d3e
commit
1f0b7ebf2a
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user