diff options
| author | Oleksandr Tyshchenko <oleksandr.tyshchenko@ti.com> | 2013-08-06 14:03:27 +0300 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-08-28 11:44:58 -0400 | 
| commit | 5b47f2d92ba02a5dc2b31a677fd8150ad3c68b6a (patch) | |
| tree | d4e9c7aba4b595392f053ba76b6578efc6e7f851 /include | |
| parent | 9ed887caecb9ecb0c68773a1870d143b9f28d3da (diff) | |
| download | olio-uboot-2014.01-5b47f2d92ba02a5dc2b31a677fd8150ad3c68b6a.tar.xz olio-uboot-2014.01-5b47f2d92ba02a5dc2b31a677fd8150ad3c68b6a.zip | |
sdp4430: Initialize board id using CONFIG_MACH_TYPE
Use CONFIG_MACH_TYPE generic macro to set the machine type
number in the common arm code instead of setting it in the
board code.
Signed-off-by: Oleksandr Tyshchenko <oleksandr.tyshchenko@ti.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/omap4_sdp4430.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/configs/omap4_sdp4430.h b/include/configs/omap4_sdp4430.h index 3da78b657..f40e0b718 100644 --- a/include/configs/omap4_sdp4430.h +++ b/include/configs/omap4_sdp4430.h @@ -17,6 +17,7 @@   * High Level Configuration Options   */  #define CONFIG_4430SDP		1	/* working with SDP */ +#define CONFIG_MACH_TYPE	MACH_TYPE_OMAP_4430SDP  #include <configs/omap4_common.h> |