summaryrefslogtreecommitdiffstats
path: root/boot-scr/bootargs.txt
diff options
context:
space:
mode:
authorH. Nikolaus Schaller <hns@goldelico.com>2012-10-30 10:27:52 +0100
committerH. Nikolaus Schaller <hns@goldelico.com>2012-10-30 10:27:52 +0100
commit0a7050223bf153a73bbd979f9bce805a2a884f0a (patch)
treed5b79e80468f3bae6ccf20fec13a3341fb3c47b0 /boot-scr/bootargs.txt
parent2e3073ba97abf68f15825592428bdcd50e40810c (diff)
downloadbootable_bootloader_goldelico_gta04-0a7050223bf153a73bbd979f9bce805a2a884f0a.zip
bootable_bootloader_goldelico_gta04-0a7050223bf153a73bbd979f9bce805a2a884f0a.tar.gz
bootable_bootloader_goldelico_gta04-0a7050223bf153a73bbd979f9bce805a2a884f0a.tar.bz2
made the boot script multi-boot from SD capable and updated the menu splash image to have 9 options; also added an OFF button
Diffstat (limited to 'boot-scr/bootargs.txt')
-rw-r--r--boot-scr/bootargs.txt34
1 files changed, 0 insertions, 34 deletions
diff --git a/boot-scr/bootargs.txt b/boot-scr/bootargs.txt
deleted file mode 100644
index 947105e..0000000
--- a/boot-scr/bootargs.txt
+++ /dev/null
@@ -1,34 +0,0 @@
-#
-# bootargs.scr
-#
-# Kernel parameter script for Beagle Hybrid / Panda Hybrid / GTA04
-#
-# Author: H. Nikolaus Schaller
-# Copyright Golden Delicious Computers 2010-2012
-# licensed under GPL 2.0
-#
-# This script will be run by boot.scr if the kernel is detected
-# on SD card
-# It will be aearched in FAT partition and /boot in ext partition
-#
-# Please add to your distro together with a kernel
-#
-# add/modify bootargs as needed,
-# but please resist to do other fancy stuff here.
-# finally, you should not run a saveenv here!
-#
-
-echo running bootargs.scr
-
-bootargs="${bootargs}" # add additional args here
-
-# console=${console}
-# mpurate=${mpurate}
-# vram=${vram}
-# omapfb.mode=dvi:${dvimode}
-# omapfb.debug=y
-# omapdss.def_disp=${defaultdisplay}
-# root=${mmcroot}
-# rootfstype=${mmcrootfstype}
-
-echo bootargs.scr done... \ No newline at end of file