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. -mike _______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
