From: Dobrica Pavlinusic Date: Mon, 13 Aug 2007 04:21:23 +0000 (-0500) Subject: TEXT_BASE is in board/sandpoint/config.mk so say so... X-Git-Url: http://git.rot13.org/?p=u-boot.git;a=commitdiff_plain;h=HEAD TEXT_BASE is in board/sandpoint/config.mk so say so... --- diff --git a/Makefile b/Makefile index 7470ff0..a016f0e 100644 --- a/Makefile +++ b/Makefile @@ -1045,9 +1045,9 @@ linkstation_HDLAN_config: mrproper echo "LinkStation HDLAN -- ROM BUILD ..." dsmg600_ram_config: mrproper + # config in board/sandpoint/config.mk @>include/config.h ; \ echo "/* DSM-G600 RAM */" >>include/config.h ; \ - echo "TEXT_BASE = 0x01F00000" >board/sandpoint/config.tmp ; \ ./mkconfig -a Sandpoint8245 ppc mpc824x sandpoint ; \ echo "DSM G-600 -- RAM BUILD ..."