Re: [U-Boot] [PATCH 1/2] ubi: enable error reporting in initialization

2014-11-05 Thread Heiko Schocher
Hello Andrew, Am 05.11.2014 15:27, schrieb Andrew Ruder: On Wed, Nov 05, 2014 at 07:57:27AM +0100, Heiko Schocher wrote: The problem is in generally enabling this feature in the size impact ... This should be discussed if we want this for all boards ... This change actually only triggers a fe

Re: [U-Boot] [PATCH 1/2] ubi: enable error reporting in initialization

2014-11-05 Thread Andrew Ruder
On Wed, Nov 05, 2014 at 07:57:27AM +0100, Heiko Schocher wrote: > The problem is in generally enabling this feature in the size impact ... > This should be discussed if we want this for all boards ... This change actually only triggers a few changes that affect whether or not ubi_init() returns er

Re: [U-Boot] [PATCH 1/2] ubi: enable error reporting in initialization

2014-11-04 Thread Heiko Schocher
Hello Andrew, Am 04.11.2014 17:07, schrieb Andrew Ruder: The UBI layer will disable much of its error reporting when it is compiled into the linux kernel to avoid stopping boot. We want this error reporting in U-Boot since we don't initialize the UBI layer until it is used and want the error re

[U-Boot] [PATCH 1/2] ubi: enable error reporting in initialization

2014-11-04 Thread Andrew Ruder
The UBI layer will disable much of its error reporting when it is compiled into the linux kernel to avoid stopping boot. We want this error reporting in U-Boot since we don't initialize the UBI layer until it is used and want the error reporting. We force this by telling the UBI layer we are buil