Re: [U-Boot] [PATCH 1/9 V3] add new CONFIG_AT91_LEGACY

2010-01-30 Thread Tom
Jens Scharsig wrote: > * add's the new temporary CONFIG_AT91_LEGACY to all board configs > * This will need for backward compatiblity, while change the SoC > access to c structures. If CONFIG_AT91_LEGACY is defined, the > deprecated SoC is used. > * please see README.at91-soc for details >

[U-Boot] [PATCH 1/9 V3] add new CONFIG_AT91_LEGACY

2010-01-23 Thread Jens Scharsig
* add's the new temporary CONFIG_AT91_LEGACY to all board configs * This will need for backward compatiblity, while change the SoC access to c structures. If CONFIG_AT91_LEGACY is defined, the deprecated SoC is used. * please see README.at91-soc for details Signed-off-by: Jens Scharsig ---