From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reinhard Meyer Date: Tue, 26 Oct 2010 11:27:51 +0200 Subject: [U-Boot] [PATCH V2] imx25: Fix reset In-Reply-To: <1288084626-25766-1-git-send-email-weisserm@arcor.de> References: <1288084626-25766-1-git-send-email-weisserm@arcor.de> Message-ID: <4CC69F17.3050205@emk-elektronik.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Matthias Weisser, > This patch fixes the reset command on imx25 > > Signed-off-by: Matthias Weisser > + writew(0x00000000, ®s->wcr); > + writew(0x00005555, ®s->wsr); > + writew(0x0000AAAA, ®s->wsr); It might be "nicer" to use 16 Bit constants (with 4 hex digits) here..? Best Regards, Reinhard