[U-Boot-Users] [PATCH] configh

Robert Schwebel robert at schwebel.de
Sat May 15 17:08:55 CEST 2004


ChangeLog: 

* Patch by Robert Schwebel, 14 May 2004:
  use config.h (which is needed in serial.c for CFG_HZ)

Robert
-- 
 Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de
 Pengutronix - Linux Solutions for Science and Industry
   Handelsregister:  Amtsgericht Hildesheim, HRA 2686
     Hornemannstraße 12,  31137 Hildesheim, Germany
    Phone: +49-5121-28619-0 |  Fax: +49-5121-28619-4
-------------- next part --------------
# 
# Author:	Robert Schwebel <r.schwebel at pengutronix.de>
# 
# Description:	ChangeLog: 
#		* Patch by Robert Schwebel, 14 May 2004:
#		  use config.h (which is needed in serial.c for CFG_HZ)
#
# State:	2004-05-15: submitted
#

diff -urN -x CVS -x .patches u-boot/cpu/arm720t/serial.c u-boot-innokom-orig/cpu/arm720t/serial.c
--- u-boot/cpu/arm720t/serial.c	2004-03-11 13:17:44.000000000 +0100
+++ u-boot-innokom-orig/cpu/arm720t/serial.c	2004-03-12 07:30:06.000000000 +0100
@@ -29,6 +29,7 @@
  */
 
 #include <common.h>
+#include <config.h>
 #include <clps7111.h>
 
 #ifndef CONFIG_NETARM


More information about the U-Boot mailing list