diff options
author | Stefan Roese <sr@denx.de> | 2014-07-09 17:18:11 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-07-25 16:26:09 -0400 |
commit | 188948e884794a562fca5c2dcdcb6f2c03ea4e7b (patch) | |
tree | 0eb8613f6eacdb12b61ae3e6ef5e143e5dcd7cb3 /include | |
parent | 6d3bbdb0e718aba1e63086d27392f36c81f338fe (diff) | |
download | u-boot-imx-188948e884794a562fca5c2dcdcb6f2c03ea4e7b.zip u-boot-imx-188948e884794a562fca5c2dcdcb6f2c03ea4e7b.tar.gz u-boot-imx-188948e884794a562fca5c2dcdcb6f2c03ea4e7b.tar.bz2 |
ARM: omap: tao3530: Convert to generic board
Use generic board setup functions by defining
CONFIG_SYS_GENERIC_BOARD.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Tom Rini <trini@ti.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/tao3530.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/tao3530.h b/include/configs/tao3530.h index 1b0fee9..62613e1 100644 --- a/include/configs/tao3530.h +++ b/include/configs/tao3530.h @@ -22,6 +22,7 @@ #define CONFIG_OMAP_GPIO #define CONFIG_OMAP_COMMON +#define CONFIG_SYS_GENERIC_BOARD #define MACH_TYPE_OMAP3_TAO3530 2836 |