]> rtime.felk.cvut.cz Git - sysless.git/commitdiff
Repaired U2U complation.
authorppisa <ppisa>
Wed, 22 Feb 2006 11:19:13 +0000 (11:19 +0000)
committerppisa <ppisa>
Wed, 22 Feb 2006 11:19:13 +0000 (11:19 +0000)
arch/mcs51/generic/libs/boot/Makefile.omk
arch/mcs51/generic/libs/boot/boot.c

index 41ad7f717def9a33bdd2047eb5660d4d15aa6787..edd45c06421d2591cdaf3b4ebaa4d49595c9b532 100644 (file)
@@ -30,4 +30,4 @@ DEFAULT_LD_SCRIPT_VARIANT = boot
 
 OUTPUT_FORMATS = bin
 
-endif #CONFIG_MCS51_BOOT
\ No newline at end of file
+endif #CONFIG_MCS51_BOOT
index eedf5eb22f10bbaf89f759df852ac1b5b8f1db7a..eee5202b2fc0de073088fff49434c34ebfde2295 100644 (file)
@@ -39,6 +39,10 @@ char ul_set_sn(unsigned long usn) UL_DYAC_REENTRANT
   return 0;
 }
 
+void setup_board(void)
+{
+}
+
 void main(void) 
 {
  #ifndef UL_WITHOUT_HANDLE