diff options
author | Mathieu J. Poirier <mathieu.poirier@linaro.org> | 2012-05-17 14:18:09 -0600 |
---|---|---|
committer | Mathieu J. Poirier <mathieu.poirier@linaro.org> | 2012-05-17 14:22:30 -0600 |
commit | f9e40ea8d741521bd22d8d38dac7565d2264e12a (patch) | |
tree | 2912fc891a0ccb09ac492d5850a22898d3378a84 | |
parent | eef0f121829ac8c5c1f0edf68afbe49eb98a3b9d (diff) | |
download | u-boot-linaro-stable-f9e40ea8d741521bd22d8d38dac7565d2264e12a.tar.gz |
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
-rw-r--r-- | include/configs/snowball.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/snowball.h b/include/configs/snowball.h index 31d0ef46c..ff69947f7 100644 --- a/include/configs/snowball.h +++ b/include/configs/snowball.h @@ -186,7 +186,7 @@ "mmcboot=echo Booting from external MMC ...; " \ "run commonargs mmcargs memargs; " \ "bootm ${loadaddr}\0" \ - "fdt_high=0x2BC00000" \ + "fdt_high=0x2BC00000\0" \ "stdout=serial,usbtty\0" \ "stdin=serial,usbtty\0" \ "stderr=serial,usbtty\0" |