mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
imx: add i.MX8MN kconfig entry
Add i.MX8MN kconfig entry Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
afd267af8d
commit
66ec590c49
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ config IMX8MM
|
|||
bool
|
||||
select IMX8M
|
||||
|
||||
config IMX8MN
|
||||
bool
|
||||
select IMX8M
|
||||
|
||||
config SYS_SOC
|
||||
default "imx8m"
|
||||
|
||||
|
|
Loading…
Reference in a new issue