Magellan Linux

Diff of /trunk/grubby/uboot

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1842 by niro, Fri Feb 17 23:10:15 2012 UTC revision 1843 by niro, Mon Jul 2 12:58:29 2012 UTC
# Line 9  Line 9 
9  # directory where uBoot images and scripts are found  # directory where uBoot images and scripts are found
10  #UBOOT_DIR=/boot/uboot  #UBOOT_DIR=/boot/uboot
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  # 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  # NOTE: The versions are in order of installation.  The last entry should
23  #       always be the default boot kernel version.  #       always be the default boot kernel version.

Legend:
Removed from v.1842  
changed lines
  Added in v.1843