diff options
author | Vasily Khoruzhick <anarsoul@gmail.com> | 2016-03-20 18:37:00 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-03-27 09:12:55 -0400 |
commit | f19eb15426d83f983fc18b46e6c274caf62cfd42 (patch) | |
tree | 2907fda2a5ed3ed627f8c991d73f3625cc75984c /configs/zipitz2_defconfig | |
parent | 9caeb26c5446fbf835c88c0bfc470d66aaad82c6 (diff) |
zipitz2: restore board support
zipitz2 was dropped in 49d8899ba9c26335e4a12e01c18028fc5e40c796
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Diffstat (limited to 'configs/zipitz2_defconfig')
-rw-r--r-- | configs/zipitz2_defconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/zipitz2_defconfig b/configs/zipitz2_defconfig new file mode 100644 index 00000000000..2977ccc8dde --- /dev/null +++ b/configs/zipitz2_defconfig @@ -0,0 +1,7 @@ +CONFIG_ARM=y +CONFIG_TARGET_ZIPITZ2=y +# CONFIG_CMD_IMLS is not set +# CONFIG_CMD_SETEXPR is not set +# CONFIG_CMD_NET is not set +# CONFIG_CMD_NFS is not set +CONFIG_SYS_PROMPT="$ " |