Re: [PATCH] ARM: zImage: fix path to fonts which moved to lib/fonts

2013-06-28 Thread Geert Uytterhoeven
On Fri, 28 Jun 2013, Geert Uytterhoeven wrote: > On Thu, Jun 27, 2013 at 10:12 PM, Kevin Hilman wrote: > > commit 1affee67 (lib: Move fonts from drivers/video/console/ to lib/fonts/) > > moved fonts from drivers/video/console/ to lib/fonts, but the ARM zImage > > build still references the old loc

Re: [PATCH] ARM: zImage: fix path to fonts which moved to lib/fonts

2013-06-28 Thread Geert Uytterhoeven
On Thu, Jun 27, 2013 at 10:12 PM, Kevin Hilman wrote: > commit 1affee67 (lib: Move fonts from drivers/video/console/ to lib/fonts/) > moved fonts from drivers/video/console/ to lib/fonts, but the ARM zImage > build still references the old location. > > Cc: Geert Uytterhoeven > Cc: Arnd Bergmann

[PATCH] ARM: zImage: fix path to fonts which moved to lib/fonts

2013-06-27 Thread Kevin Hilman
commit 1affee67 (lib: Move fonts from drivers/video/console/ to lib/fonts/) moved fonts from drivers/video/console/ to lib/fonts, but the ARM zImage build still references the old location. Cc: Geert Uytterhoeven Cc: Arnd Bergmann Cc: Olof Johansson Signed-off-by: Kevin Hilman --- Found due to