diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-28 15:08:47 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-28 15:08:47 +0100 |
commit | fee0d9dbd7d00e273a90120bd06a381ab1fad9bb (patch) | |
tree | 4d2ca4f3e5d6c236c52853b521c3032f9b1d141a /target/foxg20/Makefile | |
parent | 5dab5a73f1c0c545a121c9badd8e6d95a468fff0 (diff) | |
parent | a21751d05ee06fd4e0bfae705e8467922b344120 (diff) |
Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadk
Diffstat (limited to 'target/foxg20/Makefile')
-rw-r--r-- | target/foxg20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/foxg20/Makefile b/target/foxg20/Makefile index 5e5e05316..5762b4939 100644 --- a/target/foxg20/Makefile +++ b/target/foxg20/Makefile @@ -31,7 +31,7 @@ ifeq ($(FS),ext2-block) imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL) @echo @echo "The RootFS tarball is:" - @echo "$(BIN_DIR)/$(ROOTFSUSERTARBALL)" + @echo "$(BIN_DIR)/$(ROOTFSTARBALL)" @echo 'Before booting from MicroSD card you need to set following u-boot environment variables:' @echo "setenv bootcmd 'mmc init; sleep 1; fatload mmc 0 0x22000000 uimage; bootm 0x22000000'" @echo |