Home
last modified time | relevance | path

Searched hist:d1cfeee916fe86eddd944f7363f9d2884bdd9814 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dubi_uboot.hd1cfeee916fe86eddd944f7363f9d2884bdd9814 Wed Nov 05 19:31:57 UTC 2014 Andrew Ruder <andrew.ruder@elecsyscorp.com> ubi: enable error reporting in initialization

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 building as a module.

Signed-off-by: Andrew Ruder <andrew.ruder@elecsyscorp.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Heiko Schocher <hs@denx.de>
Cc: Kyungmin Park <kmpark@infradead.org>