summaryrefslogtreecommitdiff
path: root/include/configs/tinker_rk3288.h
Commit message (Collapse)AuthorAgeFilesLines
* Convert CONFIG_SYS_WHITE_ON_BLACK to KconfigSimon Glass2017-04-301-2/+0
| | | | | | | | | This converts the following to Kconfig: CONFIG_SYS_WHITE_ON_BLACK Signed-off-by: Simon Glass <sjg@chromium.org> [trini: Make this default y on various SoCs] Signed-off-by: Tom Rini <trini@konsulko.com>
* rockchip: tinker: configs: Add USB, PXE, DHCP to the default boot targetsEddie Cai2017-04-151-1/+4
| | | | | | | tinker board support ethernet and usb host, so enable USB, PXE and DHCP support. Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
* rockchip: configs: correct mmc env dev for rk3288 based boardsJacob Chen2017-04-041-1/+1
| | | | | | | we are using mmc alias , so mmc index have been changed. now mmc dev 0 is emmc and mmc dev 1 is sdmmc. Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com>
* rockchip: tinker: configs: use correct mmc instance as boot target deviceEddie Cai2017-03-161-1/+1
| | | | | | | | | | | | | | | We are using wrong mmc instance as boot target device now. below Jaehoon Chung's patch use mmc alias which correct it. That make tinker board can not find mmc device. So give it correct mmc device instance. commit 02ad33aa3a84821c8d9a6c4f167f143f6248b084 Author: Jaehoon Chung <jh80.chung@samsung.com> Date: Thu Feb 2 13:41:14 2017 +0900 mmc: mmc-uclass: use the fixed devnum with alias node Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
* rockchip: rename miniarm to tinker boardEddie Cai2017-02-091-0/+23
Miniarm is the internal project code. Now it is officially named Tinker board. So rename it. Signed-off-by: Eddie Cai <eddie.cai@rock-chips.com> Reviewed-by: Simon Glass <sjg@chromium.org>