]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/include/asm/u-boot.h
am33xx/ddr_defs.h: rename DDR2/DDR3 defines to their actual part numbers
[u-boot] / arch / arm / include / asm / u-boot.h
index f30b9fc96f0be9a1d6328bd6206cc3cf988b4c84..eac3800729feded2aaf21c86fa83bd34a3c9404d 100644 (file)
 
 typedef struct bd_info {
     int                        bi_baudrate;    /* serial console baudrate */
-    unsigned long      bi_ip_addr;     /* IP Address */
     ulong              bi_arch_number; /* unique id for this board */
     ulong              bi_boot_params; /* where this board expects params */
+       unsigned long   bi_arm_freq; /* arm frequency */
+       unsigned long   bi_dsp_freq; /* dsp core frequency */
+       unsigned long   bi_ddr_freq; /* ddr frequency */
     struct                             /* RAM configuration */
     {
        ulong start;