sunxi: remove kmod-rtc-sunxi for unsupported devices
authorChukun Pan <amadeus@jmu.edu.cn>
Sat, 6 Nov 2021 04:01:36 +0000 (12:01 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 29 Nov 2021 21:11:29 +0000 (22:11 +0100)
commit001bdd5f67a138c03939b01344ccc36911dcc7f6
tree2657213c7ab458e927150f88b397f8e2551ee8dd
parent8d6a534cc12cb4b4d9f0f21324cb752365a71743
sunxi: remove kmod-rtc-sunxi for unsupported devices

From driver source:

{ .compatible = "allwinner,sun4i-a10-rtc", .data =
&data_year_param[0] },
{ .compatible = "allwinner,sun7i-a20-rtc", .data =
&data_year_param[1] },

The rtc-sunxi module only supports allwinner a10 and a20 SoCs,
other SoCs in the cortexa7 and cortexa53 subtarget using the
CONFIG_RTC_DRV_SUN6I driver which is compiled into the kernel
binary, so remove this package for these unsupported devices.

Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
target/linux/sunxi/image/cortexa7.mk