
Am 15.07.2016 um 10:42 schrieb Kever Yang:
diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig index d3f5ffd..8499692 100644 --- a/arch/arm/mach-rockchip/Kconfig +++ b/arch/arm/mach-rockchip/Kconfig @@ -9,6 +9,10 @@ config ROCKCHIP_RK3288 video interfaces supporting HDMI and eDP, several DDR3 options and video codec support. Peripherals include Gigabit Ethernet, USB2 host and OTG, SDIO, I2S, UART,s, SPI, I2C and PWMs.
- select CPU_V7
This is duplicating the select I added above. Please move them all to above help. Same below.
- select RK_TIMER
- select SUPPORT_SPL
- select SPL
config ROCKCHIP_RK3036 bool "Support Rockchip RK3036" @@ -18,6 +22,21 @@ config ROCKCHIP_RK3036 including NEON and GPU, Mali-400 graphics, several DDR3 options and video codec support. Peripherals include Gigabit Ethernet, USB2 host and OTG, SDIO, I2S, UART, SPI, I2C and PWMs.
- select CPU_V7
- select RK_TIMER
- select SUPPORT_SPL
- select SPL
+config ROCKCHIP_RK3399
- bool "Support Rockchip RK3399"
- help
The Rockchip RK3399 is a ARM-based SoC with a dual-core Cortex-A72
and qual-core Cortex-A53.
including NEON and GPU, 1MB L2 cache, Mali-T7 graphics, two
video interfaces supporting HDMI and eDP, several DDR3 options
and video codec support. Peripherals include Gigabit Ethernet,
USB2 host and OTG, SDIO, I2S, UART,s, SPI, I2C and PWMs.
- select ARM64
config SYS_MALLOC_F default y
[snip]
Regards, Andreas