Submitter | Uwe Hermann |
---|---|
Date | 2009-08-24 23:23:45 |
Message ID | <20090824232345.GD14664@greenwood> |
Download | mbox | patch |
Permalink | /patch/182/ |
State | Accepted |
Headers | show |
Comments
On 8/25/09 1:23 AM, Uwe Hermann wrote: > See patch. > > > Uwe. > Acked-by: Stefan Reinauer <stepan@coresystems.de>
On Tue, Aug 25, 2009 at 11:15:00AM +0200, Stefan Reinauer wrote: > On 8/25/09 1:23 AM, Uwe Hermann wrote: > > See patch. > > > > > > Uwe. > > > Acked-by: Stefan Reinauer <stepan@coresystems.de> Thanks, r4571. Uwe.
Patch
Fix copy-paste error in src/cpu/x86/Kconfig. That file defines XIP_ROM_BASE twice, but the latter definition should be XIP_ROM_SIZE (not *_BASE). These exact two definitions are listed in src/Kconfig already, though, so maybe one of the two locations should remove them? Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Index: src/cpu/x86/Kconfig =================================================================== --- src/cpu/x86/Kconfig (Revision 4566) +++ src/cpu/x86/Kconfig (Arbeitskopie) @@ -6,6 +6,6 @@ hex default 0xfffe0000 -config XIP_ROM_BASE +config XIP_ROM_SIZE hex default 0x2000