Magellan Linux

Contents of /tags/grubby-8_17/uboot

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1936 - (show annotations) (download)
Mon Oct 1 12:09:21 2012 UTC (11 years, 5 months ago) by niro
File size: 1352 byte(s)
tagged 'grubby-8_17'
1 # Settings for uBoot setup in /sbin/new-kernel-pkg
2 #
3 # Default values are provided below (as comments)
4 #
5 # WARNING: These values affect where grubby installs and removes
6 # uBoot kernel images. Changing these _after_ kernels have
7 # been installed may cause removing a kernel image to fail.
8
9 # directory where uBoot images and scripts are found
10 #UBOOT_DIR=/boot
11
12 # Override the load address when running mkimage on the kernel.
13 # OMAP such as Beagleboard and Pandaboard: Use 0x80008000
14 # Tegra such as Trimslice: Use 0x00008000
15 # IMX such as Efika mx51 smarttop: Use 0x90008000
16 # Kirkwood such as Dreamplug, Guruplug, Sheevaplug: Use 0x00008000
17 # If left undefined grubby will use defults for Tegra or OMAP depending
18 # upon the contents of /proc/cpuinfo.
19 #UBOOT_IMGADDR=0x0x00008000
20
21 # name of the text file containing the list of installed kernel versions
22 # NOTE: The versions are in order of installation. The last entry should
23 # always be the default boot kernel version.
24 #UBOOT_KLIST=klist.txt
25
26 # device partition where uBoot images reside; mounted on $UBOOT_DIR
27 #UBOOT_DEVICE=mmcblk0p1
28
29
30 # NOTE: Both of the following files are automatically overwritte
31 # when a kernel package is installed or removed.
32
33 # default kernel uImage file name
34 #UBOOT_UIMAGE=uImage
35
36 # default initrd uInitrd file name
37 #UBOOT_UINITRD=uInitrd
38