diff options
Diffstat (limited to 'platforms/xu4')
-rw-r--r-- | platforms/xu4/extlinux.conf | 2 | ||||
-rw-r--r-- | platforms/xu4/mageia4arm.cfg | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/platforms/xu4/extlinux.conf b/platforms/xu4/extlinux.conf index 91a46a2..7aee58e 100644 --- a/platforms/xu4/extlinux.conf +++ b/platforms/xu4/extlinux.conf @@ -4,7 +4,7 @@ default Mageia label Mageia kernel /boot/vmlinuz - append root=UUID=<UUID> dwc_otg.lpm_enable=0 console=ttyS0,115200 kgdboc=ttyS0,115200 console=tty1 rootwait fsck.repair=1 8250.nr_uarts=1 elevator=deadline cma=256M\@512M audit=0 + append root=UUID=<UUID> <BOOT_ARGS> fdtdir /usr/lib/<FDTDIR> initrd /boot/initrd diff --git a/platforms/xu4/mageia4arm.cfg b/platforms/xu4/mageia4arm.cfg index 3d7d025..b977235 100644 --- a/platforms/xu4/mageia4arm.cfg +++ b/platforms/xu4/mageia4arm.cfg @@ -49,5 +49,8 @@ HOSTNAME="xu4.odroid" #Filesystem of boot partitions (default ext4) BOOTFS=ext4 +#The arguments for the Kernel +BOOT_ARGS='dwc_otg.lpm_enable=0 console=ttyS0,115200 kgdboc=ttyS0,115200 console=tty1 rootwait fsck.repair=1 8250.nr_uarts=1 elevator=deadline cma=256M\@512M audit=0' + #kernel package to install KERNEL=kernel-odroid |