diff options
author | Georgi Botev <botev@ronetix.at> | 2015-01-13 12:07:21 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-13 09:37:27 -0500 |
commit | efe62a668835c2314d194d291b5b7f6923b38c60 (patch) | |
tree | 283f4fab94ee7ce02ed237fa6c9a4c6e051a1536 | |
parent | 3c3b55d974a0e9e8c0e61711fc83e4a9f60994a9 (diff) | |
download | u-boot-imx-efe62a668835c2314d194d291b5b7f6923b38c60.zip u-boot-imx-efe62a668835c2314d194d291b5b7f6923b38c60.tar.gz u-boot-imx-efe62a668835c2314d194d291b5b7f6923b38c60.tar.bz2 |
PM9263 adding generic board support
Signed-off-by: Georgi Botev <botev@ronetix.at>
-rw-r--r-- | include/configs/pm9263.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/pm9263.h b/include/configs/pm9263.h index f0f12af..f6aebf4 100644 --- a/include/configs/pm9263.h +++ b/include/configs/pm9263.h @@ -18,6 +18,8 @@ */ #include <asm/hardware.h> +#define CONFIG_SYS_GENERIC_BOARD + /* ARM asynchronous clock */ #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO |