diff options
author | Tom Rini <trini@konsulko.com> | 2018-06-04 11:57:37 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-06-04 11:57:37 -0400 |
commit | 358b6a20e4428f1834dc96aff14077d43e9cd190 (patch) | |
tree | 42274d716428a5c12a0ee1be39ec7f32faa452fc /configs/popmetal-rk3288_defconfig | |
parent | 35ada864decc17ac59b4ee43699e0a55d09dea48 (diff) |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/popmetal-rk3288_defconfig')
-rw-r--r-- | configs/popmetal-rk3288_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/popmetal-rk3288_defconfig b/configs/popmetal-rk3288_defconfig index 84c099560f..16e0a88903 100644 --- a/configs/popmetal-rk3288_defconfig +++ b/configs/popmetal-rk3288_defconfig @@ -5,6 +5,8 @@ CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_ROCKCHIP_RK3288=y CONFIG_SPL_ROCKCHIP_BACK_TO_BROM=y CONFIG_TARGET_POPMETAL_RK3288=y +CONFIG_DEBUG_UART_BASE=0xff690000 +CONFIG_DEBUG_UART_CLOCK=24000000 CONFIG_SPL_STACK_R_ADDR=0x80000 CONFIG_DEFAULT_DEVICE_TREE="rk3288-popmetal" CONFIG_DEBUG_UART=y @@ -61,8 +63,6 @@ CONFIG_REGULATOR_RK8XX=y CONFIG_PWM_ROCKCHIP=y CONFIG_RAM=y CONFIG_SPL_RAM=y -CONFIG_DEBUG_UART_BASE=0xff690000 -CONFIG_DEBUG_UART_CLOCK=24000000 CONFIG_DEBUG_UART_SHIFT=2 CONFIG_SYSRESET=y CONFIG_USB=y |