mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
m68k: add generic-board support
Add generic-board support for the m68k architecture. Signed-off-by: Angelo Dureghello <angelo@sysam.it>
This commit is contained in:
parent
e77e65dfc2
commit
e310b93ec1
7 changed files with 42 additions and 23 deletions
|
@ -45,7 +45,7 @@ typedef struct bd_info {
|
|||
|| defined(CONFIG_E500) || defined(CONFIG_MPC86xx)
|
||||
unsigned long bi_immr_base; /* base of IMMR register */
|
||||
#endif
|
||||
#if defined(CONFIG_MPC5xxx)
|
||||
#if defined(CONFIG_MPC5xxx) || defined(CONFIG_M68K)
|
||||
unsigned long bi_mbar_base; /* base of internal registers */
|
||||
#endif
|
||||
#if defined(CONFIG_MPC83xx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue