From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Zedeck Date: Tue, 10 Mar 2009 08:45:24 -0700 (PDT) Subject: [U-Boot] Adding a new device to my project Message-ID: <22437105.post@talk.nabble.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, I have a general U-boot question that is causing me confusion. I am adding a new device to my existing project. So I assume that I'll need to rerun config (i.e.: make target_config). Correct? I have a .h file in the include/configs directory. I need to modify it to add my new config such as: #define CONFIG_DEVICE_FOO 1 Correct? Then how does include/autoconf.mk get recreated? The last time I tried to do this, I spent a hours trying to rebuild my project that I broke. Sorry for the "dumb" uboot question. thanks in advance, Steve -- View this message in context: http://www.nabble.com/Adding-a-new-device-to-my-project-tp22437105p22437105.html Sent from the Uboot - Users mailing list archive at Nabble.com.