From 7d1abb7d5bb36d011d7619a353b7232bf542585e Mon Sep 17 00:00:00 2001 From: Nikita Kiryanov Date: Sun, 30 Aug 2015 15:36:48 +0300 Subject: arm: mx6: cm-fx6: print PCB revision Print board revision for cm-fx6. Cc: Stefano Babic Cc: Igor Grinberg Signed-off-by: Nikita Kiryanov Acked-by: Igor Grinberg --- include/configs/cm_fx6.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/configs/cm_fx6.h b/include/configs/cm_fx6.h index ddf6b5f131..12734a10bf 100644 --- a/include/configs/cm_fx6.h +++ b/include/configs/cm_fx6.h @@ -224,6 +224,7 @@ #define CONFIG_SYS_MALLOC_LEN (10 * 1024 * 1024) #define CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS 800 /* 400 KB */ #define CONFIG_OF_BOARD_SETUP +#define CONFIG_MISC_INIT_R /* SPL */ #include "imx6_spl.h" -- cgit