commit | b239b3bd24fa6273f8243403b4b0de60167f5e78 | [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 | b668ae4ad220194680d20ad66d40ca3ffe38f064 [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>