diff options
author | Georgi Botev <botev@ronetix.at> | 2015-01-13 12:15:55 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-13 09:37:27 -0500 |
commit | ebf7bef12e34c2c88945f6a37ea8be70a7168aa1 (patch) | |
tree | 832ca96391660154d3212096142aff6a124b3308 /include | |
parent | efe62a668835c2314d194d291b5b7f6923b38c60 (diff) | |
download | u-boot-imx-ebf7bef12e34c2c88945f6a37ea8be70a7168aa1.zip u-boot-imx-ebf7bef12e34c2c88945f6a37ea8be70a7168aa1.tar.gz u-boot-imx-ebf7bef12e34c2c88945f6a37ea8be70a7168aa1.tar.bz2 |
PM9261 adding generic board support
Signed-off-by: Georgi Botev <botev@ronetix.at>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/pm9261.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/pm9261.h b/include/configs/pm9261.h index 0746056..10415d3 100644 --- a/include/configs/pm9261.h +++ b/include/configs/pm9261.h @@ -20,6 +20,8 @@ #include <asm/hardware.h> /* ARM asynchronous clock */ +#define CONFIG_SYS_GENERIC_BOARD + #define CONFIG_DISPLAY_BOARDINFO #define MASTER_PLL_DIV 15 |