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:
Ian Lepore 2013-07-28 17:37:30 +00:00
parent 1cc7c4c370
commit 2a2599f695
3 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@
ident EFIKA_MX
include "../freescale/imx/std.imx"
include "../freescale/imx/std.imx51"
makeoptions WITHOUT_MODULES="ahc"

View file

@ -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"