mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
ODROID-N2/N2Plus: simple compare 'Hardkernel ODROID-N2'
Signed-off-by: Dongjin Kim <tobetter@gmail.com> Change-Id: I59f599211b89805c17881099a209f07a9089006c
This commit is contained in:
@@ -227,8 +227,7 @@ static void __init setup_machine_fdt(phys_addr_t dt_phys)
|
||||
dump_stack_set_arch_desc("%s (DT)", name);
|
||||
|
||||
#ifdef CONFIG_ARCH_MESON64_ODROID_COMMON
|
||||
if (!strcmp(machine_name, "Hardkernel ODROID-N2") ||
|
||||
!strcmp(machine_name, "Hardkernel ODROID-N2Plus")) {
|
||||
if (!strncmp(machine_name, "Hardkernel ODROID-N2", 20)) {
|
||||
system_rev = 0x0400;
|
||||
__odroid_model = BOARD_ODROIDN2;
|
||||
__odroid_amlogic_usb3 = true;
|
||||
|
||||
Reference in New Issue
Block a user