summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2015-02-23 08:51:38 -0300
committerTom Rini <trini@ti.com>2015-02-24 17:13:57 -0500
commit47d8ae4069b47ce966c0c5e0d8dd041e69ee1f86 (patch)
tree14d54dda8f3c0b7d81f28974ab30b51098b41cf9 /include/configs
parent9d4a161046284774ef3f85f7b94d5ed7ee85c808 (diff)
downloadtalos-obmc-uboot-47d8ae4069b47ce966c0c5e0d8dd041e69ee1f86.tar.gz
talos-obmc-uboot-47d8ae4069b47ce966c0c5e0d8dd041e69ee1f86.zip
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')
-rw-r--r--include/configs/zmx25.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/zmx25.h b/include/configs/zmx25.h
index 356ac886f2..342fa2c40a 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)
OpenPOWER on IntegriCloud