- move Odroid C4 from legacy u-boot toward mainline - get rid of dirty legacy u-boot code - get rid of FAT boot partition - briefly tested - both kernels can operate with one standard boot script - add upstream patch and adjust config - fix console - don't clock C4 too high by default
9 lines
231 B
Plaintext
9 lines
231 B
Plaintext
# Amlogic S905X3 quad core 4GB RAM SoC eMMC GBE USB3 SPI
|
|
BOARD_NAME="Odroid C4"
|
|
BOARDFAMILY="meson-sm1"
|
|
BOOTCONFIG="odroid-c4_defconfig"
|
|
KERNEL_TARGET="legacy,current,dev"
|
|
FULL_DESKTOP="yes"
|
|
SERIALCON="ttyAML0"
|
|
BOOT_LOGO="desktop"
|