commit | 5ac3b7ada1573a8d0a6c17ce4b86ed56f77f637a | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Tue Jul 24 16:31:26 2012 -0700 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sat Sep 01 14:58:12 2012 +0200 |
tree | 47e96d9ef925392e7102c89419293359a74073bf | |
parent | ff7ec0f945d16dcd8fcb4b5347dca2770ac6cea4 [diff] |
am33xx: Rework config_io_ctrl slightly This function sets a number of related registers to the same value (the registers in question all have the same field descriptions and are related in operation). Rather than defining a struct and setting the value repeatedly, just pass in the value. Signed-off-by: Tom Rini <trini@ti.com>