default env: renamed test scripts and added one for testi2c
authorH. Nikolaus Schaller <hns@goldelico.com>
Fri, 29 Jan 2016 17:49:32 +0000 (18:49 +0100)
committernotaz <notasas@gmail.com>
Sun, 14 Aug 2016 13:43:31 +0000 (16:43 +0300)
Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
include/configs/ti_omap5_common.h

index 425c48b..5386a5b 100644 (file)
                "if test $fdtfile = undefined; then " \
                        "echo WARNING: Could not determine device tree to use; fi; \0" \
        "loadfdt=load mmc ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile};\0" \
-       "test=setenv bootpart 0:1; setenv bootdir /; setenv bootfile uImage; setenv size 450000; while true; do run loadimage; crc32 ${loadaddr} ${size}; done\0" \
+       "testl=echo test left SD; setenv bootpart 0:1; setenv bootdir /; setenv bootfile uImage; setenv size 450000; for i in 1 2 3 4 5 6 7 8 9 10; do run loadimage; crc32 ${loadaddr} ${size}; done\0" \
+       "testr=echo test right SD; setenv bootpart 2:1; setenv bootdir /; setenv bootfile uImage; setenv size 450000; for i in 1 2 3 4 5 6 7 8 9 10; do run loadimage; crc32 ${loadaddr} ${size}; done\0" \
+       "testu=echo test uSD; setenv bootpart 1:1; setenv bootdir /; setenv bootfile uImage; setenv size 450000; for i in 1 2 3 4 5 6 7 8 9 10; do run loadimage; crc32 ${loadaddr} ${size}; done\0" \
        "test2=setenv size 450000; while true; do crc32 ${loadaddr} ${size}; done\0" \
+       "testi2c=for i in 0 1 2 3 4; do i2c dev ${i}; i2c probe; done; i2c dev 0;\0" \
        DFUARGS \
        NETARGS \