forked from mirror/openwrt
mvebu: select CPU_LITTLE_ENDIAN
When running `make kernel_menuconfig`, CPU_BIG_ENDIAN is selected by default, resulting in a non-bootable image. Add CPU_LITTLE_ENDIAN to avoid that. Signed-off-by: Qingfang Deng <dqfext@gmail.com> Link: https://github.com/openwrt/openwrt/pull/22282 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
1477292634
commit
de2b830dc4
1 changed files with 1 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ CONFIG_CPU_FREQ_STAT=y
|
|||
CONFIG_CPU_HAS_ASID=y
|
||||
CONFIG_CPU_IDLE=y
|
||||
CONFIG_CPU_IDLE_GOV_MENU=y
|
||||
CONFIG_CPU_LITTLE_ENDIAN=y
|
||||
CONFIG_CPU_MITIGATIONS=y
|
||||
CONFIG_CPU_PABRT_V7=y
|
||||
CONFIG_CPU_PJ4B=y
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue