Magellan Linux

Diff of /tags/grubby-8_40_20200707/uboot

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

revision 1691 by niro, Fri Feb 17 23:10:15 2012 UTC revision 2973 by niro, Thu Jun 30 10:22:14 2016 UTC
# Line 7  Line 7 
7  #          been installed may cause removing a kernel image to fail.  #          been installed may cause removing a kernel image to fail.
8    
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
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
# Line 27  Line 36 
36  # default initrd uInitrd file name  # default initrd uInitrd file name
37  #UBOOT_UINITRD=uInitrd  #UBOOT_UINITRD=uInitrd
38    
39    # defualt for platform shipping an onboard dtb.
40    #SHIPSDTB=no
41    
42    # option to tell new-kernel-pkg a specific dtb file to load in extlinux.conf
43    #dtbfile=foo.dtb
44    

Legend:
Removed from v.1691  
changed lines
  Added in v.2973