[U-Boot] [PATCH] cmd/fs: fix build if CMD_BOOTEFI is not set

2019-02-16 Thread Gervais, Francois
Fixes: cmd/fs.c:29: undefined reference to `efi_set_bootdev' Signed-off-by: Francois Gervais --- cmd/fs.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/fs.c b/cmd/fs.c index 8064a1c84d..94467671be 100644 --- a/cmd/fs.c +++ b/cmd/fs.c @@ -26,8 +26,10 @@ U_BOOT_CMD( static int do_load

[U-Boot] In which direction should we aim so our work is going the same way as uboot?

2019-02-04 Thread Gervais, Francois
Hi, We are starting a new project based on the am335x_evm platform. This is an aging platform so I'm thinking the way this port is in uboot now might not be where uboot is aiming for the future. As we will rework quite a few things, I'd like to get a few pointer to get things going in the right di