* [U-Boot-Users] [PATCH] fix conditional for including ks8695eth driver
@ 2005-06-03 14:30 Greg Ungerer
2006-03-12 0:40 ` Wolfgang Denk
0 siblings, 1 reply; 4+ messages in thread
From: Greg Ungerer @ 2005-06-03 14:30 UTC (permalink / raw)
To: u-boot
Move the c-preprocessor conditional check for compiling the ks8695eth
driver code to after including the headers. Otherwise it can never
be compiled in.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ks8695eth.patch
Url: http://lists.denx.de/pipermail/u-boot/attachments/20050604/df3b5ec0/attachment.txt
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] [PATCH] fix conditional for including ks8695eth driver
2005-06-03 14:30 [U-Boot-Users] [PATCH] fix conditional for including ks8695eth driver Greg Ungerer
@ 2006-03-12 0:40 ` Wolfgang Denk
2006-03-12 17:04 ` Wang Jian
0 siblings, 1 reply; 4+ messages in thread
From: Wolfgang Denk @ 2006-03-12 0:40 UTC (permalink / raw)
To: u-boot
In message <42A06968.3050706@moreton.com.au> you wrote:
>
> Move the c-preprocessor conditional check for compiling the ks8695eth
> driver code to after including the headers. Otherwise it can never
> be compiled in.
Applied. But please provide a proper CHANGELOG entry next time!
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
In an infinite universe all things are possible, including the possi-
bility that the universe does not exist.
- Terry Pratchett, _The Dark Side of the Sun_
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] [PATCH] fix conditional for including ks8695eth driver
2006-03-12 0:40 ` Wolfgang Denk
@ 2006-03-12 17:04 ` Wang Jian
2006-03-12 21:15 ` Wolfgang Denk
0 siblings, 1 reply; 4+ messages in thread
From: Wang Jian @ 2006-03-12 17:04 UTC (permalink / raw)
To: u-boot
Hi Wolfgang Denk,
This commit breaks compile of boards without <asm/arch/platform.h>.
Example:
$ make Sandpoint8240_config; make
Relevant files
$ grep -R asm/arch/platform.h *
board/cm41xx/cm41xx.c:#include <asm/arch/platform.h>
board/cm4008/cm4008.c:#include <asm/arch/platform.h>
cpu/arm920t/ks8695/interrupts.c:#include <asm/arch/platform.h>
cpu/arm920t/ks8695/lowlevel_init.S:#include <asm/arch/platform.h>
cpu/arm920t/ks8695/serial.c:#include <asm/arch/platform.h>
drivers/ks8695eth.c:#include <asm/arch/platform.h>
grep: include/asm/arch: No such file or directory
grep: include/asm-ppc/arch: No such file or directory
$ find . -name platform.h
./include/asm-microblaze/platform.h
./include/asm-arm/arch-ks8695/platform.h
On Sun, 12 Mar 2006 01:40:36 +0100, Wolfgang Denk <wd@denx.de> wrote:
> In message <42A06968.3050706@moreton.com.au> you wrote:
> >
> > Move the c-preprocessor conditional check for compiling the ks8695eth
> > driver code to after including the headers. Otherwise it can never
> > be compiled in.
>
> Applied. But please provide a proper CHANGELOG entry next time!
>
> Best regards,
>
> Wolfgang Denk
>
> --
> Software Engineering: Embedded and Realtime Systems, Embedded Linux
> Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
> In an infinite universe all things are possible, including the possi-
> bility that the universe does not exist.
> - Terry Pratchett, _The Dark Side of the Sun_
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live webcast
> and join the prime developer group breaking into this new coding territory!
> http://sel.as-us.falkag.net/sel?cmdlnk&kid\x110944&bid$1720&dat\x121642
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users
--
lark
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] [PATCH] fix conditional for including ks8695eth driver
2006-03-12 17:04 ` Wang Jian
@ 2006-03-12 21:15 ` Wolfgang Denk
0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2006-03-12 21:15 UTC (permalink / raw)
To: u-boot
In message <20060313005521.8B6C.LARK@linux.net.cn> you wrote:
>
> This commit breaks compile of boards without <asm/arch/platform.h>.
Thanks for pointing out. Fixed.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
You don't have to stay up nights to succeed; you have to stay awake
days.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-03-12 21:15 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-03 14:30 [U-Boot-Users] [PATCH] fix conditional for including ks8695eth driver Greg Ungerer
2006-03-12 0:40 ` Wolfgang Denk
2006-03-12 17:04 ` Wang Jian
2006-03-12 21:15 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox