SHA256
1
0
forked from pool/u-boot
u-boot/exynos5-dt.h.patch
Stephan Kulow 2bae78bb08 Accepting request 229036 from Base:System
- 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
2014-04-08 20:37:34 +00:00

33 lines
1.1 KiB
Diff

--- include/configs/exynos5-dt.h.orig 2014-02-04 10:19:32.915229302 +0100
+++ include/configs/exynos5-dt.h 2014-02-05 16:15:04.818804877 +0100
@@ -83,12 +83,25 @@
#define CONFIG_CONSOLE_MUX
#define CONFIG_SYS_CONSOLE_IS_IN_ENV
#define EXYNOS_DEVICE_SETTINGS \
- "stdin=serial,cros-ec-keyb\0" \
- "stdout=serial,lcd\0" \
- "stderr=serial,lcd\0"
+ "stdin=cros-ec-keyb\0" \
+ "stdout=lcd\0" \
+ "stderr=lcd\0"
#define CONFIG_EXTRA_ENV_SETTINGS \
- EXYNOS_DEVICE_SETTINGS
+ EXYNOS_DEVICE_SETTINGS \
+ "loadaddr=0x40007000\0" \
+ "rdaddr=0x4f000000\0" \
+ "kerneladdr=0x40007000\0" \
+ "ramdiskaddr=0x4f000000\0" \
+ "console=tty\0" \
+ "mmcdev=1:2\0" \
+ "bootenv=uEnv.txt\0" \
+ "loadbootenv=ext2load mmc ${mmcdev} ${loadaddr} ${bootenv}\0" \
+ "importbootenv=echo Importing environment from mmc ...; " \
+ "env import -t $loadaddr $filesize\0" \
+ "loadbootscript=ext2load mmc ${mmcdev} ${loadaddr} boot.scr\0" \
+ "bootscript=echo Running bootscript from mmc${mmcdev} ...; " \
+ "source ${loadaddr}\0"
/* SD/MMC configuration */
#define CONFIG_GENERIC_MMC