Re: [PATCH] rockchip: puma-rk3399: remove dead code

2022-09-20 Thread Kever Yang
On 2022/9/16 00:25, Quentin Schulz wrote: From: Quentin Schulz CONFIG_SERIAL_TAG is not selectable for ARM64 machines. While get_board_serial is weakly defined if ENV_VARS_UBOOT_RUNTIME_CONFIG is defined, it is only called when CONFIG_SUPPORT_PASSING_ATAGS is defined, which also is not select

[PATCH] rockchip: puma-rk3399: remove dead code

2022-09-15 Thread Quentin Schulz
From: Quentin Schulz CONFIG_SERIAL_TAG is not selectable for ARM64 machines. While get_board_serial is weakly defined if ENV_VARS_UBOOT_RUNTIME_CONFIG is defined, it is only called when CONFIG_SUPPORT_PASSING_ATAGS is defined, which also is not selectable for ARM64 machines. Therefore this is dea