Searched hist:c425c546c0f149560c778595c1a20a88a444711f (Results 1 – 5 of 5) sorted by relevance
/linux/arch/xtensa/boot/boot-redboot/ |
H A D | Makefile | diff c425c546c0f149560c778595c1a20a88a444711f Sat Mar 13 13:23:41 CET 2021 Masahiro Yamada <masahiroy@kernel.org> xtensa: move CONFIG_CPU_*_ENDIAN defines to Kconfig
Move the definition of CONFIG_CPU_*_ENDIAN to Kconfig, the best place for CONFIG options.
I slightly simplified the test code. You can use the -P option to suppress linemarker generation. The grep command is unneeded.
$ echo __XTENSA_EB__ | xtensa-linux-gcc -E - # 1 "<stdin>" # 1 "<built-in>" # 1 "<command-line>" # 1 "<stdin>" 1
$ echo __XTENSA_EB__ | xtensa-linux-gcc -E -P - 1
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Message-Id: <20210313122342.69995-1-masahiroy@kernel.org> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
|
/linux/arch/xtensa/boot/boot-elf/ |
H A D | Makefile | diff c425c546c0f149560c778595c1a20a88a444711f Sat Mar 13 13:23:41 CET 2021 Masahiro Yamada <masahiroy@kernel.org> xtensa: move CONFIG_CPU_*_ENDIAN defines to Kconfig
Move the definition of CONFIG_CPU_*_ENDIAN to Kconfig, the best place for CONFIG options.
I slightly simplified the test code. You can use the -P option to suppress linemarker generation. The grep command is unneeded.
$ echo __XTENSA_EB__ | xtensa-linux-gcc -E - # 1 "<stdin>" # 1 "<built-in>" # 1 "<command-line>" # 1 "<stdin>" 1
$ echo __XTENSA_EB__ | xtensa-linux-gcc -E -P - 1
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Message-Id: <20210313122342.69995-1-masahiroy@kernel.org> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
|
/linux/arch/xtensa/boot/ |
H A D | Makefile | diff c425c546c0f149560c778595c1a20a88a444711f Sat Mar 13 13:23:41 CET 2021 Masahiro Yamada <masahiroy@kernel.org> xtensa: move CONFIG_CPU_*_ENDIAN defines to Kconfig
Move the definition of CONFIG_CPU_*_ENDIAN to Kconfig, the best place for CONFIG options.
I slightly simplified the test code. You can use the -P option to suppress linemarker generation. The grep command is unneeded.
$ echo __XTENSA_EB__ | xtensa-linux-gcc -E - # 1 "<stdin>" # 1 "<built-in>" # 1 "<command-line>" # 1 "<stdin>" 1
$ echo __XTENSA_EB__ | xtensa-linux-gcc -E -P - 1
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Message-Id: <20210313122342.69995-1-masahiroy@kernel.org> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
|
/linux/arch/xtensa/ |
H A D | Makefile | diff c425c546c0f149560c778595c1a20a88a444711f Sat Mar 13 13:23:41 CET 2021 Masahiro Yamada <masahiroy@kernel.org> xtensa: move CONFIG_CPU_*_ENDIAN defines to Kconfig
Move the definition of CONFIG_CPU_*_ENDIAN to Kconfig, the best place for CONFIG options.
I slightly simplified the test code. You can use the -P option to suppress linemarker generation. The grep command is unneeded.
$ echo __XTENSA_EB__ | xtensa-linux-gcc -E - # 1 "<stdin>" # 1 "<built-in>" # 1 "<command-line>" # 1 "<stdin>" 1
$ echo __XTENSA_EB__ | xtensa-linux-gcc -E -P - 1
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Message-Id: <20210313122342.69995-1-masahiroy@kernel.org> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
|
H A D | Kconfig | diff c425c546c0f149560c778595c1a20a88a444711f Sat Mar 13 13:23:41 CET 2021 Masahiro Yamada <masahiroy@kernel.org> xtensa: move CONFIG_CPU_*_ENDIAN defines to Kconfig
Move the definition of CONFIG_CPU_*_ENDIAN to Kconfig, the best place for CONFIG options.
I slightly simplified the test code. You can use the -P option to suppress linemarker generation. The grep command is unneeded.
$ echo __XTENSA_EB__ | xtensa-linux-gcc -E - # 1 "<stdin>" # 1 "<built-in>" # 1 "<command-line>" # 1 "<stdin>" 1
$ echo __XTENSA_EB__ | xtensa-linux-gcc -E -P - 1
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Message-Id: <20210313122342.69995-1-masahiroy@kernel.org> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
|