commit | e9220b352919152b2f1441928907563141b29c46 | [log] [tgz] |
---|---|---|
author | Simon Kagstrom <simon.kagstrom@netinsight.net> | Thu Aug 20 10:14:11 2009 +0200 |
committer | Ben Warren <biggerbadderben@gmail.com> | Fri Aug 21 09:57:33 2009 -0700 |
tree | 58306a182f52aaa0de5a7990c283378d555e443d | |
parent | 15cc5a6cf6011ed2d43178a61d6d5c0339daf06c [diff] |
arm: kirkwood: See to it that sent data is 8-byte aligned U-boot might use non-8-byte-aligned addresses for sending data, which the kwgbe_send doesn't accept (bootp does this for me). This patch copies the data to be sent to a malloced temporary buffer if it is non-aligned. Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net> Signed-off-by: Ben Warren <biggerbadderben@gmail.com>