mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
mx25pdk: Include CONFIG_MX25
It is necessary to include CONFIG_MX25 as several i.mx drivers handle the SoC differences based on the this config option. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
This commit is contained in:
parent
d81b27a245
commit
d6d94e7360
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
|
||||
/* High Level Configuration Options */
|
||||
|
||||
#define CONFIG_MX25
|
||||
#define CONFIG_SYS_HZ 1000
|
||||
#define CONFIG_SYS_TEXT_BASE 0x81200000
|
||||
|
||||
|
|
Loading…
Reference in a new issue