mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
Fix compilation error for TASREG
TASREG is ColdFire platform, the include ppc4xx.h in board/esd/common/flash.c causes conflict. Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
This commit is contained in:
parent
35d3bd3cc3
commit
01ae85b58b
1 changed files with 2 additions and 0 deletions
|
@ -22,7 +22,9 @@
|
|||
*/
|
||||
|
||||
#include <common.h>
|
||||
#ifdef __PPC__
|
||||
#include <ppc4xx.h>
|
||||
#endif
|
||||
#include <asm/processor.h>
|
||||
|
||||
flash_info_t flash_info[CFG_MAX_FLASH_BANKS]; /* info for FLASH chips */
|
||||
|
|
Loading…
Add table
Reference in a new issue