[PATCH] board: novtech: meerkat96: Add environment variables

2021-04-04 Thread Carl Gelfand
Add environment variables for booting Linux on imx7d-meerkat96. Signed-off-by: Carl Gelfand --- include/configs/meerkat96.h | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/include/configs/meerkat96.h b/include/configs/meerkat96.h index f43a8415e1

[PATCH] board: novtech: meerkat96: use correct mmc driver

2020-01-22 Thread Carl Gelfand
When the board was originally submitted, it was attempting to use the ESDHC driver. The board uses the USDHC driver. Signed-off-by: Carl Gelfand Cc: Shawn Guo (maintainer:MEERKAT96 BOARD) --- configs/meerkat96_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a