commit | 4f63bfb68945ce5ebf0a819152014ba0f88f76ff | [log] [tgz] |
---|---|---|
author | Thomas Chou <thomas@wytron.com.tw> | Fri Nov 09 14:29:15 2012 +0800 |
committer | Thomas Chou <thomas@wytron.com.tw> | Sat Nov 10 19:45:58 2012 +0800 |
tree | 5e1c3175755bd2ce3badb6329738339650f27b94 | |
parent | 59852d03867108217fe88e3bfc3e1e9cedfe63c5 [diff] |
nios2: use builtin functions for control registers access The commit 51926d5ee0be029fb45f10f42756df97279f8ad3 COMMON: Use __stringify() instead of rest of implementations forgot to update the wrctl funtion, and causes compilation error. But there are builtin functions for control registers access in nios2 comipiler. It is convenient to use them instead. Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Cc: Marek Vasut <marex@denx.de>