]> Git Repo - u-boot.git/commit
sh: fix trigger_address_error()
authorYoshihiro Shimoda <[email protected]>
Sun, 4 Nov 2012 15:53:13 +0000 (15:53 +0000)
committerNobuhiro Iwamatsu <[email protected]>
Fri, 30 Nov 2012 06:06:04 +0000 (15:06 +0900)
commit867da0d4fe79baf78b7320b99eea4c7a78b15581
treef414c7ca40ce97344632bc602b0dbd479d1099a6
parentb8715d8def240014da5614a4f940130ec06d9ebf
sh: fix trigger_address_error()

The function should set BL bit, but it should not clear other flags.
So, the patch uses set_bl_bit() instead of a local asm code.

Signed-off-by: Yoshihiro Shimoda <[email protected]>
Signed-off-by: Nobuhiro Iwamatsu <[email protected]>
arch/sh/include/asm/system.h
This page took 0.032074 seconds and 4 git commands to generate.