diff options
author | David Müller (ELSOFT AG) <d.mueller@elsoft.ch> | 2014-09-30 12:32:22 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-10-10 09:44:44 -0400 |
commit | 13bd4d877687c6b6f1031d21b4124de336b6abb2 (patch) | |
tree | 9db6ab7e1abfba9085999bf8798cd4c3d1e4d550 | |
parent | d3b88405e5ee4e37bc14cb66c12aa61b9f1b8ead (diff) | |
download | u-boot-imx-13bd4d877687c6b6f1031d21b4124de336b6abb2.zip u-boot-imx-13bd4d877687c6b6f1031d21b4124de336b6abb2.tar.gz u-boot-imx-13bd4d877687c6b6f1031d21b4124de336b6abb2.tar.bz2 |
VCMA9: convert to generic board
Signed-off-by: David Müller <d.mueller@elsoft.ch>
-rw-r--r-- | include/configs/VCMA9.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/VCMA9.h b/include/configs/VCMA9.h index d40185e..0d8a13c 100644 --- a/include/configs/VCMA9.h +++ b/include/configs/VCMA9.h @@ -28,6 +28,8 @@ #define CONFIG_SYS_TEXT_BASE 0x0 +#define CONFIG_SYS_GENERIC_BOARD + #define CONFIG_SYS_ARM_CACHE_WRITETHROUGH /* input clock of PLL (VCMA9 has 12MHz input clock) */ |