diff options
author | angelo@sysam.it <angelo@sysam.it> | 2015-02-12 01:40:17 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-03-05 20:13:21 -0500 |
commit | e310b93ec1f7db77c1bb91841f7b73d47f43b561 (patch) | |
tree | 800a993df416ea579cd8dbb944da7d56f0557ae0 /include/asm-generic | |
parent | e77e65dfc2f803e7dd78f5bb2bc6b3750635cedd (diff) | |
download | u-boot-imx-e310b93ec1f7db77c1bb91841f7b73d47f43b561.zip u-boot-imx-e310b93ec1f7db77c1bb91841f7b73d47f43b561.tar.gz u-boot-imx-e310b93ec1f7db77c1bb91841f7b73d47f43b561.tar.bz2 |
m68k: add generic-board support
Add generic-board support for the m68k architecture.
Signed-off-by: Angelo Dureghello <angelo@sysam.it>
Diffstat (limited to 'include/asm-generic')
-rw-r--r-- | include/asm-generic/u-boot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-generic/u-boot.h b/include/asm-generic/u-boot.h index a63a87a..ff697aa 100644 --- a/include/asm-generic/u-boot.h +++ b/include/asm-generic/u-boot.h @@ -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) |