mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Rename the existing std.imx and imx.files to std.imx51 and files.imx51, to
pave the way for adding imx6 support.
This commit is contained in:
parent
1cc7c4c370
commit
2a2599f695
3 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
ident EFIKA_MX
|
||||
|
||||
include "../freescale/imx/std.imx"
|
||||
include "../freescale/imx/std.imx51"
|
||||
|
||||
makeoptions WITHOUT_MODULES="ahc"
|
||||
|
||||
|
|
|
|||
|
|
@ -11,5 +11,5 @@ makeoptions KERNPHYSADDR=0x90100000
|
|||
options PHYSADDR=0x90000000
|
||||
options STARTUP_PAGETABLE_ADDR=0x91000000
|
||||
|
||||
files "../freescale/imx/imx.files"
|
||||
files "../freescale/imx/files.imx51"
|
||||
|
||||
Loading…
Reference in a new issue