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 /board | |
parent | 9ed887caecb9ecb0c68773a1870d143b9f28d3da (diff) |
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 'board')
-rw-r--r-- | board/ti/sdp4430/sdp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/ti/sdp4430/sdp.c b/board/ti/sdp4430/sdp.c index 25daaa9ffb1..b20ca9ebfd5 100644 --- a/board/ti/sdp4430/sdp.c +++ b/board/ti/sdp4430/sdp.c @@ -28,7 +28,6 @@ int board_init(void) { gpmc_init(); - gd->bd->bi_arch_number = MACH_TYPE_OMAP_4430SDP; gd->bd->bi_boot_params = (0x80000000 + 0x100); /* boot param addr */ return 0; |