blob: 2ed3be8972b568550fc56ac1c2a25f9ffc4249f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
config ADK_TARGET_ENDIAN
string
default "little" if ADK_TARGET_LITTLE_ENDIAN
default "big" if ADK_TARGET_BIG_ENDIAN
config ADK_JFFS2_OPTS
string
default "-l" if ADK_TARGET_LITTLE_ENDIAN
default "-b" if ADK_TARGET_BIG_ENDIAN
|