summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/layer1/init.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-03-02 20:25:02 +0100
committerHarald Welte <laforge@gnumonks.org>2010-03-02 20:25:02 +0100
commitd43fadf410e66934ce266cd1a5f96b89d56a9e90 (patch)
tree52371ba6b734f8bcba82e74ace3b9c15a5029ddf /src/target/firmware/layer1/init.c
parentcb29bdf0bdd0bf42558b4b0356719f8dfc47be7f (diff)
fix merge artefacts, make firmware build again
Diffstat (limited to 'src/target/firmware/layer1/init.c')
-rw-r--r--src/target/firmware/layer1/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/layer1/init.c b/src/target/firmware/layer1/init.c
index 317a1266..601b1a2d 100644
--- a/src/target/firmware/layer1/init.c
+++ b/src/target/firmware/layer1/init.c
@@ -68,6 +68,6 @@ void layer1_init(void)
irq_disable(IRQ_RTC_TIMER);
/* inform l2 and upwards that we are ready for orders */
- msg = l1_create_l2_msg(LAYER1_RESET, 0, 0);
+ msg = l1_create_l2_msg(L1CTL_RESET, 0, 0);
l1_queue_for_l2(msg);
}