diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2015-02-23 08:51:38 -0300 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-02-24 17:13:57 -0500 |
commit | 47d8ae4069b47ce966c0c5e0d8dd041e69ee1f86 (patch) | |
tree | 14d54dda8f3c0b7d81f28974ab30b51098b41cf9 /include/configs/zmx25.h | |
parent | 9d4a161046284774ef3f85f7b94d5ed7ee85c808 (diff) | |
download | u-boot-imx-47d8ae4069b47ce966c0c5e0d8dd041e69ee1f86.zip u-boot-imx-47d8ae4069b47ce966c0c5e0d8dd041e69ee1f86.tar.gz u-boot-imx-47d8ae4069b47ce966c0c5e0d8dd041e69ee1f86.tar.bz2 |
zmx25: Convert to generic board
Boards need to select CONFIG_SYS_GENERIC_BOARD in order to prevent removal
from the project.
Cc: Matthias Weisser <weisserm@arcor.de>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include/configs/zmx25.h')
-rw-r--r-- | include/configs/zmx25.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/zmx25.h b/include/configs/zmx25.h index 356ac88..342fa2c 100644 --- a/include/configs/zmx25.h +++ b/include/configs/zmx25.h @@ -15,6 +15,8 @@ #define CONFIG_MX25 #define CONFIG_SYS_TEXT_BASE 0xA0000000 +#define CONFIG_SYS_GENERIC_BOARD + #define CONFIG_SYS_TIMER_RATE 32768 #define CONFIG_SYS_TIMER_COUNTER \ (&((struct gpt_regs *)IMX_GPT1_BASE)->counter) |