From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kumar Gala Date: Tue, 25 Jan 2011 09:38:21 -0600 Subject: [U-Boot] How to give RESET_VECTOR_ADDRESS In-Reply-To: <5.2.0.9.1.20110125142241.0379f870@localhost> References: <5.2.0.9.1.20110125142241.0379f870@localhost> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Jan 25, 2011, at 7:25 AM, Fabian Cenedese wrote: > Hi > > As the config.mk file is doomed I tried to set my reset vector > in another way. I first tried it in the board's config header. But > that didn't seem to have an effect. I then tried a config option > in the boards.cfg file but that also didn't work. The only way I > could get it to work so far was with the config.mk file. > > What's the new way to give a (CONFIG_)RESET_VECTOR_ADDRESS? Specify it in the board's config.h - k