diff options
author | Mike Westerhof <mwester@dls.net> | 2009-05-02 02:06:48 -0500 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2009-05-02 02:06:48 -0500 |
commit | f8f9b7e4b46979691a5813361b3d4ecba50a20eb (patch) | |
tree | 2283e4caec4b0cd88a47ab47317807d22d3e5b1d | |
parent | ed293046eb0a06a0c787e9b0719a9299cbd49173 (diff) |
nslu2 machine configs: do not inherit machine-specific image class
The creation of the NSLU2 full flash image (.bin) file should be
image-specific, since not all images for machines similar to the
NSLU2 have the same flash constraints.
-rw-r--r-- | conf/machine/nslu2be.conf | 2 | ||||
-rw-r--r-- | conf/machine/nslu2le.conf | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/conf/machine/nslu2be.conf b/conf/machine/nslu2be.conf index 5bddf09148..9bc92f1a99 100644 --- a/conf/machine/nslu2be.conf +++ b/conf/machine/nslu2be.conf @@ -14,5 +14,3 @@ ROOT_FLASH_SIZE ?= "6" require conf/machine/include/ixp4xx.inc EXTRA_IMAGECMD_jffs2 += "--big-endian" - -INHERIT += "nslu2-image" diff --git a/conf/machine/nslu2le.conf b/conf/machine/nslu2le.conf index 4ff36059a6..62e47cb678 100644 --- a/conf/machine/nslu2le.conf +++ b/conf/machine/nslu2le.conf @@ -14,5 +14,3 @@ ROOT_FLASH_SIZE ?= "6" require conf/machine/include/ixp4xx.inc EXTRA_IMAGECMD_jffs2 += "--little-endian" - -INHERIT += "nslu2-image" |