
Hi: I got a arm platform, arm940t, which is pretty much like arm920t, except without mmu. So I decide to port some arm920t uboot to my platform and smdk2410 sounds a good choice.
The reason why I take off this config is I just want to build a bare uboot without any driver except UART, the console terminal I decide to use, such that I can make sure uboot is ok on my platform.
BTW, I am also trying to figuring our how to take off some unnecessary driver for me, like net, etc.
If my choice, port arm920t based on smdk2410, is not suitable or anybody has already know some config can fasten my porting, please let me know.
appreciate your help,
miloody
2008/5/13 Wolfgang Denk wd@denx.de:
In message 3a665c760805130149n47c2ec51p1749a61714d37392@mail.gmail.com you wrote:
I try to build make smdk2410_config without CONFIG_S3C2410 define.
Maybe you could explain what you are actually trying to do? Removing the CONFIG_S3C2410 define from the SMDK2410 board configuration seems pretty stupid to me because this board does use that very processor.
I have set CONFIG_S3C2410=0 in include/configs/smdk2410.h and also check
it
as 0 in autoconf.mk, too.
Please note that the code that references this config option uses "#ifdef CONFIG_S3C2410", so it does not matter which value you assing, as long as this variable is defined at all.
But as mentioned before - it makes no sense to remove this setting from this board configuration.
------=_Part_1848_10384941.1210668570588 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
Please do not post HTML on this list.
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: wd@denx.de In a survey taken several years ago, all incoming freshmen at MIT were asked if they expected to graduate in the top half of their class. Ninety-seven percent responded that they did.