diff options
author | David Bauer <mail@david-bauer.net> | 2021-02-20 01:36:06 +0100 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2021-02-22 00:56:16 +0100 |
commit | 08826595fc6830d4e218179255eca37882279954 (patch) | |
tree | 81df486274c050af0291f5502d31062dd1574673 /target/linux/mpc85xx/p1020/target.mk | |
parent | 81b44a36264f5a50605c0d5f41d6eb838af4cb75 (diff) | |
download | upstream-08826595fc6830d4e218179255eca37882279954.tar.gz upstream-08826595fc6830d4e218179255eca37882279954.tar.bz2 upstream-08826595fc6830d4e218179255eca37882279954.zip |
mpc85xx: add testing kernel for p1020
CONFIG_REGULATOR is required for the p1020 subtarget, as the AT803X
driver depends on it.
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/mpc85xx/p1020/target.mk')
-rw-r--r-- | target/linux/mpc85xx/p1020/target.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/mpc85xx/p1020/target.mk b/target/linux/mpc85xx/p1020/target.mk index a25409eebb..2c7f3b42f2 100644 --- a/target/linux/mpc85xx/p1020/target.mk +++ b/target/linux/mpc85xx/p1020/target.mk @@ -1,6 +1,8 @@ BOARDNAME:=P1020 FEATURES+=nand +KERNEL_TESTING_PATCHVER:=5.10 + define Target/Description Build firmware images for Freescale P1020 based boards. endef |