mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
Add MACH_TYPE records for several AT91 boards.
Merge to two at45.c files into a common file, split to at45.c and spi.c Fix spelling error in DM9161 PHY Support. Initialize at91rm9200 board (and set LED). Add PIO control for at91rm9200dk LEDs and Mux. Change dataflash partition boundaries to be compatible with Linux 2.6. Signed-off-by: Peter Pearse <peter.pearse@arm.com> Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
This commit is contained in:
parent
4ef35e53c6
commit
d4fc6012fd
13 changed files with 516 additions and 139 deletions
|
@ -119,6 +119,11 @@ extern void flash_read_factory_serial(flash_info_t * info, void * buffer, int of
|
|||
*/
|
||||
#define FLAG_PROTECT_SET 0x01
|
||||
#define FLAG_PROTECT_CLEAR 0x02
|
||||
#define FLAG_PROTECT_INVALID 0x03
|
||||
/*-----------------------------------------------------------------------
|
||||
* Set Environment according to label:
|
||||
*/
|
||||
#define FLAG_SETENV 0x80
|
||||
|
||||
/*-----------------------------------------------------------------------
|
||||
* Device IDs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue