diff options
author | Kever Yang | 2020-02-19 17:51:07 +0800 |
---|---|---|
committer | Kever Yang | 2020-02-20 09:18:14 +0800 |
commit | dfb2889cd4cf64b1dfe6f5a5218b42fd9f3c832f (patch) | |
tree | 7deec915b4b8821946e9927613c8265ce389a937 /configs/nanopi-neo4-rk3399_defconfig | |
parent | 3354e2c80ce2d49059c1f9017acac796084563b2 (diff) |
rockchip: rk3399: add target type for evb based board
There are many boards share the board file and device header file with
rk3399 evb, add target type MACRO so that it is fixed instead of default
to the first target in "RK3399 board select".
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'configs/nanopi-neo4-rk3399_defconfig')
-rw-r--r-- | configs/nanopi-neo4-rk3399_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/nanopi-neo4-rk3399_defconfig b/configs/nanopi-neo4-rk3399_defconfig index e318288f11b..d038a8cab94 100644 --- a/configs/nanopi-neo4-rk3399_defconfig +++ b/configs/nanopi-neo4-rk3399_defconfig @@ -3,6 +3,7 @@ CONFIG_ARCH_ROCKCHIP=y CONFIG_SYS_TEXT_BASE=0x00200000 CONFIG_ENV_OFFSET=0x3F8000 CONFIG_ROCKCHIP_RK3399=y +CONFIG_TARGET_EVB_RK3399=y CONFIG_NR_DRAM_BANKS=1 CONFIG_DEBUG_UART_BASE=0xFF1A0000 CONFIG_DEBUG_UART_CLOCK=24000000 |