46b88b56bf
GCC treats 24kc and 34kc exactly the same and will generate identical code, so there is no need to tune to 34kc instead of 24kc. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
12 lines
266 B
Makefile
12 lines
266 B
Makefile
ARCH:=mips
|
|
SUBTARGET:=xway_legacy
|
|
BOARDNAME:=XWAY Legacy
|
|
FEATURES:=squashfs atm mips16 ramdisk small_flash
|
|
CPU_TYPE:=24kc
|
|
|
|
DEFAULT_PACKAGES+=kmod-leds-gpio kmod-gpio-button-hotplug
|
|
|
|
define Target/Description
|
|
Lantiq XWAY Legacy for old boards with small flash
|
|
endef
|