summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Mauer2017-11-15 09:38:42 -0600
committerThomas Mauer2017-11-15 09:38:42 -0600
commit3ce652ad72a2e3111b51bd276226c61d0d1c9a06 (patch)
tree825faa66402b6b869fb2e2a4e16f8a29e9d72691
parent8635903d05f256c0d60d3e974eadb58e3b3c0b2d (diff)
downloadpruss-lld-3ce652ad72a2e3111b51bd276226c61d0d1c9a06.tar.gz
pruss-lld-3ce652ad72a2e3111b51bd276226c61d0d1c9a06.tar.xz
pruss-lld-3ce652ad72a2e3111b51bd276226c61d0d1c9a06.zip
Removed white space in front of label IDLE_WAIT_FOR_LINK_ACTIVE:
Signed-off-by: Thomas Mauer <t-mauer@ti.com>
-rw-r--r--example/apps/sorte/firmware/src/master/firm_main.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/apps/sorte/firmware/src/master/firm_main.asm b/example/apps/sorte/firmware/src/master/firm_main.asm
index 263dd7b..7793ef0 100644
--- a/example/apps/sorte/firmware/src/master/firm_main.asm
+++ b/example/apps/sorte/firmware/src/master/firm_main.asm
@@ -138,7 +138,7 @@ firm_main:
138 138
139; test if there is an active link on the port using mdio interface 139; test if there is an active link on the port using mdio interface
140 lbco &TEMP_REG_2.b0, ICSS_SHARED_RAM_CONST, MDIO_PHY_CONFIG_OFFSET, 1 140 lbco &TEMP_REG_2.b0, ICSS_SHARED_RAM_CONST, MDIO_PHY_CONFIG_OFFSET, 1
141 IDLE_WAIT_FOR_LINK_ACTIVE: 141IDLE_WAIT_FOR_LINK_ACTIVE:
142 lbco &TEMP_REG_1, ICSS_MDIO_CONST, ICSS_MDIO_LINK, 4 142 lbco &TEMP_REG_1, ICSS_MDIO_CONST, ICSS_MDIO_LINK, 4
143 qbbc IDLE_WAIT_FOR_LINK_ACTIVE, TEMP_REG_1.b0, TEMP_REG_2.b0 143 qbbc IDLE_WAIT_FOR_LINK_ACTIVE, TEMP_REG_1.b0, TEMP_REG_2.b0
144 144