diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-03 17:56:52 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-03 17:56:52 +0200 |
commit | 91bf2231a22d817d9ec663d9a76464c220adb88f (patch) | |
tree | 4b42e59f6587a5d8d852ae73c884f320e7dfd834 /target/lemote/files/boot | |
parent | 6bbf0a29693f0720d9753e11220e39a71b0454fd (diff) |
fix instability problems on my loongson laptop
the latest binutils contains the needed options to
build a kernel with the needed workarounds.
Activate the work arounds.
Diffstat (limited to 'target/lemote/files/boot')
-rw-r--r-- | target/lemote/files/boot/boot.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/lemote/files/boot/boot.cfg b/target/lemote/files/boot/boot.cfg index 2f67fe67b..dd386032b 100644 --- a/target/lemote/files/boot/boot.cfg +++ b/target/lemote/files/boot/boot.cfg @@ -1,7 +1,7 @@ -timeout 4 +timeout 3 default 0 showmenu 1 title Linux - kernel /dev/fs/ext2@wd0/boot/lemote-encrypted-kernel - args no_auto_cmd root=/dev/mapper/root resume=/dev/mapper/swap + kernel /dev/fs/ext2@wd0/boot/vmlinuz-adk + args no_auto_cmd |