Dear Aneesh V, In message <1305472900-4004-10-git-send-email-ane...@ti.com> you wrote: > Adapted from: nand_spl/board/samsung/smdk6400/Makefile > > - Add the SPL makefile for OMAP4430 SDP > - Add the necessary CONFIG flags in the board config file > > Signed-off-by: Aneesh V <ane...@ti.com> > --- > V2: > * Changed CONFIG_SYS_SPL_TEXT_BASE to 0x40304350 from > 0x40304360. This exact address is needed for EMU > devices. > * Removed un-necessary compiler options from CFLAGS and AFLAGS. > These are already set by .mk files in U-Boot > * Reorganize the make files to re-use common rules between > boards > --- > board/ti/sdp4430/config.mk | 3 +- > include/configs/omap4_sdp4430.h | 19 +++++ > spl/board/ti/omap4.mk | 77 > ++++++++++++++++++++ > spl/board/ti/rules-omap.mk | 74 +++++++++++++++++++ > .../config.mk => spl/board/ti/sdp4430/Makefile | 21 +++--- > 5 files changed, 183 insertions(+), 11 deletions(-) > create mode 100644 spl/board/ti/omap4.mk > create mode 100644 spl/board/ti/rules-omap.mk
We do you introduce these files? Please omit them, and use a plain Makefile instead. > diff --git a/board/ti/sdp4430/config.mk b/board/ti/sdp4430/config.mk > index 33901a7..c62965d 100644 > --- a/board/ti/sdp4430/config.mk > +++ b/board/ti/sdp4430/config.mk > @@ -28,4 +28,5 @@ > # Linux-Kernel is expected to be at 8000'8000, entry 8000'8000 > # (mem base + reserved) > > -CONFIG_SYS_TEXT_BASE = 0x80e80000 > +# 1MB into the SDRAM to allow for SPL's bss at the beginning of SDRAM > +CONFIG_SYS_TEXT_BASE = 0x80100000 NAK. Please define in board config header, and get rid of the config.mk file. > +++ b/spl/board/ti/sdp4430/Makefile ... > +include $(SRCTREE)/spl/board/$(VENDOR)/omap4.mk > +include $(SRCTREE)/spl/board/$(VENDOR)/rules-omap.mk NAK. Move the code into the Makefile, and dump these two 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: w...@denx.de "We don't have to protect the environment -- the Second Coming is at hand." - James Watt _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot