All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] What's needed for new cpu subdirectory?
@ 2008-09-23 18:12 Dirk Behme
  2008-09-23 21:01 ` Wolfgang Denk
  0 siblings, 1 reply; 2+ messages in thread
From: Dirk Behme @ 2008-09-23 18:12 UTC (permalink / raw)
  To: u-boot


For OMAP3 patch [1] I try to move common files currently in cpu/omap3 
to cpu/arm_cortexa8/omap3 as discussed earlier [2].

Moving the files is easy, but how has main Makefile to be configured?

I have

 > ls -a cpu/arm_cortexa8/
.  ..  omap3

 > ls -a cpu/arm_cortexa8/omap3/
.   board.c  config.mk  interrupts.c     Makefile  nand.c   sys_info.c
..  clock.c  cpu.c      lowlevel_init.S  mem.c     start.S  syslib.c

and in main Makefile

@$(MKCONFIG) $(@:_config=) arm arm_cortexa8 omap3 evm omap3

This results in

make -C cpu/arm_cortexa8 start.o

which fails as start.S is in cpu/arm_cortexa8/omap3/

Any hint what is necessary to get stuff in cpu/arm_cortexa8/omap3/ 
compiled?

Thanks

Dirk

[1] http://lists.denx.de/pipermail/u-boot/2008-September/040561.html

[2] http://lists.denx.de/pipermail/u-boot/2008-September/040712.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [U-Boot] What's needed for new cpu subdirectory?
  2008-09-23 18:12 [U-Boot] What's needed for new cpu subdirectory? Dirk Behme
@ 2008-09-23 21:01 ` Wolfgang Denk
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2008-09-23 21:01 UTC (permalink / raw)
  To: u-boot

Dear Dirk,

In message <48D93186.6040606@googlemail.com> you wrote:
> 
> For OMAP3 patch [1] I try to move common files currently in cpu/omap3 
> to cpu/arm_cortexa8/omap3 as discussed earlier [2].

Ummm... if it's common files - shouldn't these go to cpu/arm_cortexa8/
then, and cpu/arm_cortexa8/omap3/ would have only OMAP3 specific
files?

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Randal said it would be tough to do in sed. He didn't say  he  didn't
understand  sed.  Randal  understands sed quite well. Which is why he
uses Perl. :-)         - Larry Wall in <7874@jpl-devvax.JPL.NASA.GOV>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-09-23 21:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-23 18:12 [U-Boot] What's needed for new cpu subdirectory? Dirk Behme
2008-09-23 21:01 ` Wolfgang Denk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.