[PATCH] i.MX habv3: add missing includes and make locally used function static

2019-03-02 Thread Michael Olbrich
Without this building fails with: drivers/hab/habv3.c:80:12: error: static declaration of 'imx25_hab_get_status' follows non-static declaration In file included from drivers/hab/habv3.c:14: include/hab.h:39:5: note: previous declaration of 'imx25_hab_get_status' was here drivers/hab/habv3.c:87:1

Loading Barebox to RAM

2019-03-02 Thread Patrick Schneider
Hey guys, I have a question about a way of "emergency flashing" the device. So I have a fully operational linux system with barebox as bootloader. In production environment I have no access to the serial console but I have a USB OTG port. For security reasons I don't want USB active in my "normal

Re: Loading Barebox to RAM

2019-03-02 Thread Oleksij Rempel
Hi, Am 02.03.19 um 13:49 schrieb Patrick Schneider: > Hey guys, > I have a question about a way of "emergency flashing" the device. > So I have a fully operational linux system with barebox as bootloader. In > production environment I have no access to the serial console but I have a > USB OTG p