In message <[EMAIL PROTECTED]> you wrote:
> Rather than duplicate the same ADI settings in every ADI board, create a
> common ADI config header and have all ADI boards start using that.  This
> will also make merging the ~10 boards I have to forward port a lot easier.
...
> +#define SMC91111_EEPROM_INIT()       { *pFIO_DIR = 0x01; *pFIO_FLAG_S = 
> 0x01; SSYNC(); }
...
> +#define I2C_ACTIVE     do { *pFIO_DIR |= PF_SDA; *pFIO_INEN &= ~PF_SDA; 
> SSYNC(); } while (0)
> +#define I2C_TRISTATE   do { *pFIO_DIR &= ~PF_SDA; *pFIO_INEN |= PF_SDA; 
> SSYNC(); } while (0)
...
> +#define CFG_MONITOR_LEN              (256 * 1024)    /* Reserve 256 kB for 
> monitor */
> +#define CFG_MALLOC_LEN               (384 * 1024)    /* Reserve 384 kB for 
> malloc() (video/spi are big) */

etc. Many lines are much too long...

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED]
Peace was the way.
        -- Kirk, "The City on the Edge of Forever", stardate unknown

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
U-Boot-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to