public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] denx/master is not building for OMAP3 platforms except Beagle
@ 2010-10-03 10:50 Hiremath, Vaibhav
  2010-10-03 11:06 ` Albert ARIBAUD
  2010-10-04  6:00 ` Heiko Schocher
  0 siblings, 2 replies; 13+ messages in thread
From: Hiremath, Vaibhav @ 2010-10-03 10:50 UTC (permalink / raw)
  To: u-boot

Hi All,

I think the current denx/matser is broken and is not building up for OMAP3 platforms except Beagle board.

The error message on build is - 

board.c: In function '__dram_init_banksize':
board.c:468: error: 'CONFIG_SYS_SDRAM_BASE' undeclared (first use in this function)
board.c:468: error: (Each undeclared identifier is reported only once
board.c:468: error: for each function it appears in.)
board.c: In function 'board_init_f':
board.c:514: error: 'CONFIG_SYS_INIT_SP_ADDR' undeclared (first use in this function)
board.c:547: error: 'CONFIG_SYS_SDRAM_BASE' undeclared (first use in this function)
make[1]: *** [board.o] Error 1
make[1]: Leaving directory `/home/devel/git-work/denx-uboot/arch/arm/lib'
make: *** [arch/arm/lib/libarm.a] Error 2


The root-cause is-

+#undef CONFIG_SYS_ARM_WITHOUT_RELOC 
+#define CONFIG_SYS_SDRAM_BASE   PHYS_SDRAM_1
+#define CONFIG_SYS_INIT_SP_ADDR (LOW_LEVEL_SRAM_STACK - CONFIG_SYS_GBL_DATA_SIZE)


The above definition is missing in all (zoom1, zoom2, evm, am3517evm, sdp3430, overo, Pandora) config files.

Am I missing something here? Just wanted to cross-check before posting patch to the list.

Thanks,
Vaibhav

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

end of thread, other threads:[~2010-10-05 12:34 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-03 10:50 [U-Boot] denx/master is not building for OMAP3 platforms except Beagle Hiremath, Vaibhav
2010-10-03 11:06 ` Albert ARIBAUD
2010-10-03 13:46   ` Hiremath, Vaibhav
2010-10-03 18:37     ` Wolfgang Denk
2010-10-04  5:08       ` Hiremath, Vaibhav
2010-10-04  6:00 ` Heiko Schocher
2010-10-04  6:40   ` Rogan Dawes
2010-10-04  8:06     ` Heiko Schocher
2010-10-04 12:43       ` Detlev Zundel
2010-10-04 12:50         ` Wolfgang Denk
2010-10-04 12:56         ` Heiko Schocher
2010-10-05 11:46           ` Detlev Zundel
2010-10-05 12:34     ` Bas Mevissen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox