diff options
| author | Johan Jonker <[email protected]> | 2024-12-16 13:44:32 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-01-10 18:56:17 -0600 |
| commit | 43728edfc266bb0a952dce7dde4060cc6cd4786c (patch) | |
| tree | 3e579760a51cee339f7079264d95f52b41f16c19 /configs/rock_defconfig | |
| parent | e1661639d976d382fed73323b2c62874a25ab0e6 (diff) | |
rockchip: use OF_UPSTREAM for rk3066a/rk3188
The device tree for rk3066a/rk3188 combined is now
available in the /dts/upstream directory.
Use imply OF_UPSTREAM to migrate all rk3066a/rk3188 boards.
Signed-off-by: Johan Jonker <[email protected]>
Reviewed-by: Sumit Garg <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
Diffstat (limited to 'configs/rock_defconfig')
| -rw-r--r-- | configs/rock_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/rock_defconfig b/configs/rock_defconfig index d7f11310cba..9c05bf45146 100644 --- a/configs/rock_defconfig +++ b/configs/rock_defconfig @@ -11,7 +11,7 @@ CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x60100000 CONFIG_SF_DEFAULT_SPEED=20000000 CONFIG_ENV_OFFSET=0x3F8000 -CONFIG_DEFAULT_DEVICE_TREE="rk3188-radxarock" +CONFIG_DEFAULT_DEVICE_TREE="rockchip/rk3188-radxarock" CONFIG_ROCKCHIP_RK3188=y # CONFIG_ROCKCHIP_STIMER is not set CONFIG_TARGET_ROCK=y @@ -25,7 +25,7 @@ CONFIG_DEBUG_UART_BASE=0x20064000 CONFIG_DEBUG_UART_CLOCK=24000000 CONFIG_DEBUG_UART=y CONFIG_USE_PREBOOT=y -CONFIG_DEFAULT_FDT_FILE="rk3188-radxarock.dtb" +CONFIG_DEFAULT_FDT_FILE="rockchip/rk3188-radxarock.dtb" # CONFIG_DISPLAY_CPUINFO is not set CONFIG_DISPLAY_BOARDINFO_LATE=y CONFIG_SPL_MAX_SIZE=0x7800 |
