Re: [U-Boot] [linux-sunxi] Re: [PATCH v1 3/9] sunxi: initial sun7i dram setup support

2014-03-14 Thread Luke Kenneth Casson Leighton
On Fri, Mar 14, 2014 at 4:28 PM, Henrik Nordström hen...@henriknordstrom.net wrote: fre 2014-03-14 klockan 10:17 -0400 skrev Tom Rini: And as for the rest of the code, lots of magic numbers to #define what/why (why udelay(2) and 22?) Unfortunately the only documentation we have on the sun7i

[U-Boot] silly error caused by /usr/local/include/config.h - STD_END_SIZE build failure

2010-11-09 Thread Luke Kenneth Casson Leighton
http://www.mail-archive.com/u-boot-us...@lists.sourceforge.net/msg07045.html i've tracked down what the problem is, and the fix to avoid the problem occurring in the future is either: a) do as the person says - #include ../config.h not #include config.h b) add -I. to the gcc compile options, to

Re: [U-Boot] silly error caused by /usr/local/include/config.h - STD_END_SIZE build failure

2010-11-09 Thread Luke Kenneth Casson Leighton
/mtd/mtd.h is never found. what's going on?? On Tue, Nov 9, 2010 at 3:59 PM, Luke Kenneth Casson Leighton luke.leigh...@gmail.com wrote: http://www.mail-archive.com/u-boot-us...@lists.sourceforge.net/msg07045.html i've tracked down what the problem is, and the fix to avoid the problem occurring

Re: [U-Boot] silly error caused by /usr/local/include/config.h - STD_END_SIZE build failure

2010-11-09 Thread Luke Kenneth Casson Leighton
On Tue, Nov 9, 2010 at 5:38 PM, Luke Kenneth Casson Leighton luke.leigh...@gmail.com wrote: geez, this really _isn't_ good - i've found _yet another_ identically-caused error, because i happen to have linux header files installed locally (/usr/include/linux) and the default HOST-CC setup