diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2014-02-18 07:31:58 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-03-04 09:42:07 -0500 |
commit | 3a3939bf3d216900486748ffc330a33d565c242b (patch) | |
tree | baa3b12c3f970dd1cb6127cdd7a43878c1639717 /board | |
parent | e27f2dd721d8121177cb32a63684557fa625d4bf (diff) |
ARM: AM43xx: Add Ethernet boot support to SPL
Add Ethernet Boot support to SPL
Acked-by: Tom Rini <trini@ti.com>
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/ti/am43xx/board.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/ti/am43xx/board.c b/board/ti/am43xx/board.c index 7a2806320da..d7449770a3f 100644 --- a/board/ti/am43xx/board.c +++ b/board/ti/am43xx/board.c @@ -24,9 +24,7 @@ DECLARE_GLOBAL_DATA_PTR; -#ifndef CONFIG_SPL_BUILD static struct ctrl_dev *cdev = (struct ctrl_dev *)CTRL_DEVICE_BASE; -#endif /* * Read header information from EEPROM into global structure. |