diff options
author | Andy Yan <andy.yan@rock-chips.com> | 2017-05-15 17:53:50 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2017-06-07 07:29:20 -0600 |
commit | e2901ab8f68acaa776f9f3ea8deef316e90543a0 (patch) | |
tree | 5259572e4af4a36fdaec054523578efd76e8dcc3 /board/rockchip/sheep_rk3368/Kconfig | |
parent | fe9d4e77ea988201d567eb9f67792ed8c54db057 (diff) | |
download | u-boot-e2901ab8f68acaa776f9f3ea8deef316e90543a0.tar.gz |
rockchip: rk3368: add Sheep board
Sheep board is designed by Rockchip as a EVB for rk3368.
Currently it is able to boot a linux kernel and system
to console with the miniloader run as fist level loader.
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Diffstat (limited to 'board/rockchip/sheep_rk3368/Kconfig')
-rw-r--r-- | board/rockchip/sheep_rk3368/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/board/rockchip/sheep_rk3368/Kconfig b/board/rockchip/sheep_rk3368/Kconfig new file mode 100644 index 0000000000..d39b5e8b1a --- /dev/null +++ b/board/rockchip/sheep_rk3368/Kconfig @@ -0,0 +1,15 @@ +if TARGET_SHEEP + +config SYS_BOARD + default "sheep_rk3368" + +config SYS_VENDOR + default "rockchip" + +config SYS_CONFIG_NAME + default "sheep_rk3368" + +config BOARD_SPECIFIC_OPTIONS # dummy + def_bool y + +endif |