[U-Boot] [PATCH v2 0/4] imx: nitrogen6x: Config changes

These are just some config changes for nitrogen6x.
RAW_INITRD, BOOTZ, FS_GENERIC are being used by this project http://www.eewiki.net/display/linuxonarm/i.MX6x+SABRE+Lite
DCACHE can finally be enabled because some related bugs have been fixed.
Robert Winkler (4): imx: nitrogen6x: Enabled data cache imx: nitrogen6x: Enable bootz imx: nitrogen6x: Enable raw initrd imx: nitrogen6x: Enable filesystem generic commands
include/configs/nitrogen6x.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)

Signed-off-by: Robert Winkler robert.winkler@boundarydevices.com --- Changes for v2: removed dead code include/configs/nitrogen6x.h | 2 -- 1 file changed, 2 deletions(-)
diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h index aea91bc..039085e 100644 --- a/include/configs/nitrogen6x.h +++ b/include/configs/nitrogen6x.h @@ -276,8 +276,6 @@ #define CONFIG_OF_LIBFDT #define CONFIG_CMD_BOOTZ
-#define CONFIG_SYS_DCACHE_OFF - #ifndef CONFIG_SYS_DCACHE_OFF #define CONFIG_CMD_CACHE #endif

Signed-off-by: Robert Winkler robert.winkler@boundarydevices.com --- include/configs/nitrogen6x.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h index 039085e..c5118d1 100644 --- a/include/configs/nitrogen6x.h +++ b/include/configs/nitrogen6x.h @@ -285,4 +285,6 @@ #define CONFIG_CMD_TIME #define CONFIG_SYS_ALT_MEMTEST
+#define CONFIG_CMD_BOOTZ + #endif /* __CONFIG_H */

Signed-off-by: Robert Winkler robert.winkler@boundarydevices.com --- include/configs/nitrogen6x.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h index c5118d1..01c3f13 100644 --- a/include/configs/nitrogen6x.h +++ b/include/configs/nitrogen6x.h @@ -286,5 +286,6 @@ #define CONFIG_SYS_ALT_MEMTEST
#define CONFIG_CMD_BOOTZ +#define CONFIG_SUPPORT_RAW_INITRD
#endif /* __CONFIG_H */

Signed-off-by: Robert Winkler robert.winkler@boundarydevices.com --- include/configs/nitrogen6x.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h index 01c3f13..74df66c 100644 --- a/include/configs/nitrogen6x.h +++ b/include/configs/nitrogen6x.h @@ -287,5 +287,6 @@
#define CONFIG_CMD_BOOTZ #define CONFIG_SUPPORT_RAW_INITRD +#define CONFIG_CMD_FS_GENERIC
#endif /* __CONFIG_H */

On 06/06/2013 19:39, Robert Winkler wrote:
These are just some config changes for nitrogen6x.
RAW_INITRD, BOOTZ, FS_GENERIC are being used by this project http://www.eewiki.net/display/linuxonarm/i.MX6x+SABRE+Lite
DCACHE can finally be enabled because some related bugs have been fixed.
Robert Winkler (4): imx: nitrogen6x: Enabled data cache imx: nitrogen6x: Enable bootz imx: nitrogen6x: Enable raw initrd imx: nitrogen6x: Enable filesystem generic commands
include/configs/nitrogen6x.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
Patches applied to u-boot-imx, thanks.
Best regards, Stefano Babic
participants (2)
-
Robert Winkler
-
Stefano Babic