uboot: don't override HOSTCC/HOSTLDFLAGS for kconfig
authorPeter Korsgaard <peter@korsgaard.com>
Sun, 24 Jun 2018 14:12:42 +0000 (16:12 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 24 Jun 2018 19:11:11 +0000 (21:11 +0200)
commit9255fd9fc7bb302fcb69282becea7273827c64e1
tree2ba10d4d3cfbcdb749b81c8bd26e030b788904c1
parentfe5fcdfdbd209177cf8f4a5368ae2324540d4d67
uboot: don't override HOSTCC/HOSTLDFLAGS for kconfig

So the host ncurses includes and library are used instead of a mix of both,
causing corrupted characters.  Similar to the linux fix in commit
6d3d09e23213e8 (linux: don't override HOSTCC for kconfig), except that we
pass the linker flags in HOSTLDFLAGS.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Acked-by: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
boot/uboot/uboot.mk