forked from pool/u-boot
b263472924
Enable Cubox-i and Cubietruck OBS-URL: https://build.opensuse.org/request/show/239730 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/u-boot?expand=0&rev=26
14 lines
371 B
Diff
14 lines
371 B
Diff
diff --git a/include/configs/mx6_cubox-i.h b/include/configs/mx6_cubox-i.h
|
|
index 49b029f..dfd2e46 100644
|
|
--- a/include/configs/mx6_cubox-i.h
|
|
+++ b/include/configs/mx6_cubox-i.h
|
|
@@ -355,6 +355,8 @@ extern char *config_sys_prompt;
|
|
|
|
#ifndef CONFIG_SYS_DCACHE_OFF
|
|
#define CONFIG_CMD_CACHE
|
|
+
|
|
+#define CONFIG_SUPPORT_RAW_INITRD
|
|
#endif
|
|
|
|
#endif /* __CONFIG_H * */
|