mirror of
https://xff.cz/git/u-boot/
synced 2025-10-18 16:32:07 +02:00
m68k: add mcf5307 cpu support
Add Freescale MCF5307 cpu support. Signed-off-by: Angelo Dureghello <angelo@sysam.it>
This commit is contained in:
committed by
Tom Rini
parent
06fd66a4aa
commit
e77e65dfc2
@@ -15,7 +15,8 @@
|
||||
#define CONFIG_CF_V2
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_MCF532x) || defined(CONFIG_MCF5301x)
|
||||
#if defined(CONFIG_MCF530x) || defined(CONFIG_MCF532x) || \
|
||||
defined(CONFIG_MCF5301x)
|
||||
#define CONFIG_CF_V3
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user