summaryrefslogtreecommitdiffstats
path: root/board/sc3
diff options
context:
space:
mode:
authorJeroen Hofstee <jeroen@myspectrum.nl>2013-01-08 13:35:53 +0000
committerTom Rini <trini@ti.com>2013-02-04 09:07:21 -0500
commit3fd1e85aaa33c97edf06bea35ce1ae57accd1f47 (patch)
tree0b700b573b5b953f1e2ee82a006f7cb00b4ea7d5 /board/sc3
parentb56540801f980051da1474523ea0f6dfe1b8a6bd (diff)
downloadblackbird-obmc-uboot-3fd1e85aaa33c97edf06bea35ce1ae57accd1f47.tar.gz
blackbird-obmc-uboot-3fd1e85aaa33c97edf06bea35ce1ae57accd1f47.zip
board sc3: fix warning about nested comment
cc: Heiko Schocher <hs@denx.de> Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Diffstat (limited to 'board/sc3')
-rw-r--r--board/sc3/init.S6
1 files changed, 4 insertions, 2 deletions
diff --git a/board/sc3/init.S b/board/sc3/init.S
index d374db4143..635236835a 100644
--- a/board/sc3/init.S
+++ b/board/sc3/init.S
@@ -71,7 +71,8 @@ ext_bus_cntlr_init:
* This is need for the external flash access
*/
lis r25,0x0800
- ori r25,r25,0x0280 /* 0000 1000 0xxx 0000 0000 0010 100x xxxx = 0x03800280
+ /* 0000 1000 0xxx 0000 0000 0010 100x xxxx = 0x03800280 */
+ ori r25,r25,0x0280
/*
* Second, create a fast timing:
* 90ns first cycle - 3 clock access
@@ -79,7 +80,8 @@ ext_bus_cntlr_init:
* This is used for the internal access
*/
lis r26,0x8900
- ori r26,r26,0x0280 /* 1000 1001 0xxx 0000 0000 0010 100x xxxx
+ /* 1000 1001 0xxx 0000 0000 0010 100x xxxx */
+ ori r26,r26,0x0280
/*
* We can't change settings on CS# if we currently use them.
* -> load a few instructions into cache and run this code from cache
OpenPOWER on IntegriCloud