forked from pool/u-boot
2bae78bb08
- add u-boot-mx6qsabrelite (for iMX6 Sabre Lite board) - add u-boot-snow (for Chromebook ARM) - add u-boot-mx6qsabrelite (for iMX6 Sabre Lite board) - add u-boot-snow (for Chromebook ARM) - add u-boot-mx6qsabrelite (for iMX6 Sabre Lite board) - add u-boot-snow (for Chromebook ARM) - add u-boot-mx6qsabrelite (for iMX6 Sabre Lite board) - add u-boot-snow (for Chromebook ARM) - add u-boot-mx6qsabrelite (for iMX6 Sabre Lite board) - add u-boot-snow (for Chromebook ARM) - add u-boot-mx6qsabrelite (for iMX6 Sabre Lite board) - add u-boot-snow (for Chromebook ARM) - add u-boot-mx6qsabrelite (for iMX6 Sabre Lite board) - add u-boot-snow (for Chromebook ARM) - add u-boot-mx6qsabrelite (for iMX6 Sabre Lite board) OBS-URL: https://build.opensuse.org/request/show/229036 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/u-boot?expand=0&rev=24
35 lines
972 B
Diff
35 lines
972 B
Diff
--- include/configs/snow.h.orig 2014-02-04 10:21:12.328756964 +0100
|
|
+++ include/configs/snow.h 2014-02-05 16:15:08.265722911 +0100
|
|
@@ -14,4 +14,31 @@
|
|
#undef CONFIG_DEFAULT_DEVICE_TREE
|
|
#define CONFIG_DEFAULT_DEVICE_TREE exynos5250-snow
|
|
|
|
+#undef CONFIG_BOOTCOMMAND
|
|
+#define CONFIG_BOOTCOMMAND \
|
|
+ "if mmc rescan ${mmcdev}; then " \
|
|
+ "echo SD/MMC found on device ${mmcdev};" \
|
|
+ "if run loadbootenv; then " \
|
|
+ "echo Loaded environment from ${bootenv};" \
|
|
+ "run importbootenv;" \
|
|
+ "fi;" \
|
|
+ "if test -n $uenvcmd; then " \
|
|
+ "echo Running uenvcmd ...;" \
|
|
+ "run uenvcmd;" \
|
|
+ "fi;" \
|
|
+ "if run loadbootscript; then " \
|
|
+ "run bootscript; " \
|
|
+ "fi; " \
|
|
+ "fi;"
|
|
+
|
|
+#define CONFIG_PRE_CONSOLE_BUFFER
|
|
+#define CONFIG_PRE_CON_BUF_SZ 0x100000
|
|
+#define CONFIG_PRE_CON_BUF_ADDR 0x41f00000
|
|
+
|
|
+#define DEBUG
|
|
+#undef CONFIG_SPL
|
|
+#undef CONFIG_SYS_THUMB_BUILD
|
|
+#undef CONFIG_SYS_ARM_CACHE_WRITETHROUGH
|
|
+#undef CONFIG_SILENT_CONSOLE
|
|
+
|
|
#endif /* __CONFIG_SNOW_H */
|