>-----Original Message----- >From: [email protected] >[mailto:[email protected]] On >Behalf Of Mike Frysinger >Sent: Wednesday, January 20, 2010 11:24 AM >To: [email protected] >Cc: [email protected] >Subject: Re: [Linux-kernel-commits] [8201] >trunk/arch/blackfin/Kconfig: fixtypo > >On Tue, Jan 19, 2010 at 22:21, <[email protected]> wrote: >> Revision 8201 Author bhsong Date 2010-01-19 22:21:32 -0500 >(Tue, 19 Jan >> 2010) >> >> Log Message >> >> fix typo >> >> Modified: trunk/arch/blackfin/Kconfig (8200 => 8201) >> >> @@ -403,7 +403,7 @@ >> config ROM_BASE >> hex "Kernel ROM Base" >> depends on ROMKERNEL >> - default "0x20080040" >> + default "0x20040040" > >this isnt a typo. some of our boards have 512kB u-boot images (like >the BF548-EZKIT), so a 256kB size wont work for all boards. a 512kB >default will work for all our boards. Then 256K will be wasted on many boards. And the address will not match with partition tables in board files too.
>-mike >_______________________________________________ >Linux-kernel-commits mailing list >[email protected] >https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits > _______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
