summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Trimarchi <michael@amarulasolutions.com>2019-11-16 00:07:24 +0300
committerKever Yang <kever.yang@rock-chips.com>2019-11-17 13:51:25 +0300
commit59b01eb7a17a7c0915fd8aff8f818699b4624137 (patch)
tree17d323ca9474d1792057bac90fe8ab5606a12d23 /include
parentb40abe3369536fec3439848a9eba31f11d4c3324 (diff)
downloadu-boot-59b01eb7a17a7c0915fd8aff8f818699b4624137.tar.xz
rockchip: dts: tinker: Add tinker-s board support
Support tinker-s board. The board is equivalent of tinker board except of emmc. TODO: - support of usb current burst when the board is powered from pc Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/tinker_rk3288.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/tinker_rk3288.h b/include/configs/tinker_rk3288.h
index 5adae68c91..f8a55a2cec 100644
--- a/include/configs/tinker_rk3288.h
+++ b/include/configs/tinker_rk3288.h
@@ -12,6 +12,7 @@
#undef BOOT_TARGET_DEVICES
#define BOOT_TARGET_DEVICES(func) \
+ func(MMC, mmc, 0) \
func(MMC, mmc, 1) \
func(USB, usb, 0) \
func(PXE, pxe, na) \