mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
avr32: add generic board support
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
This commit is contained in:
parent
c722f0b026
commit
a752a8b4c4
10 changed files with 37 additions and 6 deletions
|
@ -32,6 +32,10 @@ typedef struct bd_info {
|
|||
unsigned long bi_flashoffset; /* reserved area for startup monitor */
|
||||
unsigned long bi_sramstart; /* start of SRAM memory */
|
||||
unsigned long bi_sramsize; /* size of SRAM memory */
|
||||
#ifdef CONFIG_AVR32
|
||||
unsigned char bi_phy_id[4]; /* PHY address for ATAG_ETHERNET */
|
||||
unsigned long bi_board_number;/* ATAG_BOARDINFO */
|
||||
#endif
|
||||
#ifdef CONFIG_ARM
|
||||
unsigned long bi_arm_freq; /* arm frequency */
|
||||
unsigned long bi_dsp_freq; /* dsp core frequency */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue