mbox

[PULL,for-2.7] target-xtensa fix

Message ID 1468494152-28895-1-git-send-email-jcmvbkbc@gmail.com
State New
Headers show

Pull-request

git://github.com/OSLL/qemu-xtensa.git tags/20160714-xtensa

Message

Max Filippov July 14, 2016, 11:02 a.m. UTC
Hi Peter,

please pull the following fix for target-xtensa.

The following changes since commit 5bb2399f9b08198b6c03db10dd46e5a88caa2968:

  Merge remote-tracking branch 'remotes/rth/tags/pull-rth-20160712' into staging (2016-07-14 10:36:27 +0100)

are available in the git repository at:

  git://github.com/OSLL/qemu-xtensa.git tags/20160714-xtensa

for you to fetch changes up to f9a555e4991b9ddc257ea8ce2e4acde672275097:

  target-xtensa: xtfpga: fix FLASH interface width (2016-07-14 13:59:44 +0300)

----------------------------------------------------------------
Xtensa-related fixes:

- fix FLASH interface width for XTFPGA boards.

----------------------------------------------------------------
Max Filippov (1):
      target-xtensa: xtfpga: fix FLASH interface width

 hw/xtensa/xtfpga.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Maydell July 14, 2016, 3:49 p.m. UTC | #1
On 14 July 2016 at 12:02, Max Filippov <jcmvbkbc@gmail.com> wrote:
> Hi Peter,
>
> please pull the following fix for target-xtensa.
>
> The following changes since commit 5bb2399f9b08198b6c03db10dd46e5a88caa2968:
>
>   Merge remote-tracking branch 'remotes/rth/tags/pull-rth-20160712' into staging (2016-07-14 10:36:27 +0100)
>
> are available in the git repository at:
>
>   git://github.com/OSLL/qemu-xtensa.git tags/20160714-xtensa
>
> for you to fetch changes up to f9a555e4991b9ddc257ea8ce2e4acde672275097:
>
>   target-xtensa: xtfpga: fix FLASH interface width (2016-07-14 13:59:44 +0300)
>
> ----------------------------------------------------------------
> Xtensa-related fixes:
>
> - fix FLASH interface width for XTFPGA boards.
>
> ----------------------------------------------------------------
> Max Filippov (1):
>       target-xtensa: xtfpga: fix FLASH interface width

Applied, thanks.

-- PMM