diff options
author | Nishanth Menon <nm@ti.com> | 2014-04-08 09:50:51 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-04-17 17:24:39 -0400 |
commit | ae3248a3fdb262b6e1d62d0602a008c46089b842 (patch) | |
tree | 67a5845b88a9a6058693016027d9b93bbdd892b9 /include/configs/omap3_zoom1.h | |
parent | fc9a8e8d40e770b00383c2433c843fe68e38dad3 (diff) | |
download | u-boot-ae3248a3fdb262b6e1d62d0602a008c46089b842.tar.gz u-boot-ae3248a3fdb262b6e1d62d0602a008c46089b842.tar.xz u-boot-ae3248a3fdb262b6e1d62d0602a008c46089b842.zip |
omap3: zoom1: enable CONFIG_SYS_GENERIC_BOARD
CONFIG_SYS_GENERIC_BOARD should now be enabled for generic
functionality Further information in doc/README.generic-board
Signed-off-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'include/configs/omap3_zoom1.h')
-rw-r--r-- | include/configs/omap3_zoom1.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/omap3_zoom1.h b/include/configs/omap3_zoom1.h index f0fa96efcb..c4178d8c15 100644 --- a/include/configs/omap3_zoom1.h +++ b/include/configs/omap3_zoom1.h @@ -20,6 +20,7 @@ #define CONFIG_OMAP34XX 1 /* which is a 34XX */ #define CONFIG_OMAP3_ZOOM1 1 /* working with Zoom MDK Rev1 */ #define CONFIG_OMAP_COMMON +#define CONFIG_SYS_GENERIC_BOARD #define CONFIG_SDRC /* The chip has SDRC controller */ |