u-boot-brain/board/evb_rk3036/evb_rk3036/Kconfig
huang lin d8b597823b rockchip: Add basic support for evb-rk3036 board
This add some basic files required to allow the board to dispaly
serial message and can run command(mmc info etc)

Signed-off-by: Lin Huang <hl@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>
Moved board Kconfig fragment from previous patch into this one to fix
build error:
Signed-off-by: Simon Glass <sjg@chromium.org>

Series-changes: 8
- moved board Kconfig fragment from previous patch into this one
2015-12-01 08:07:22 -07:00

16 lines
206 B
Plaintext

if TARGET_EVB_RK3036
config SYS_BOARD
default "evb_rk3036"
config SYS_VENDOR
default "evb_rk3036"
config SYS_CONFIG_NAME
default "evb_rk3036"
config BOARD_SPECIFIC_OPTIONS # dummy
def_bool y
endif