CHG [hw21] involuntarily renamed files

This commit is contained in:
Marcel Reichmuth 2019-11-28 10:50:41 +01:00
parent 7d3b90edf4
commit 639105101c
17 changed files with 12 additions and 12 deletions

View File

@ -398,8 +398,8 @@ config TARGET_AM335X_NRHW20
select DM_SERIAL
select DM_GPIO
config TARGET_AM335X_NRHW21
bool "Support am335x_nrhw21"
config TARGET_AM335X_NMHW21
bool "Support am335x_nmhw21"
select CPU_V7
select SUPPORT_SPL
select DM
@ -921,7 +921,7 @@ source "board/mpl/vcma9/Kconfig"
source "board/nm/netbird/Kconfig"
source "board/nm/netbird_v2/Kconfig"
source "board/nm/nrhw20/Kconfig"
source "board/nm/nrhw21/Kconfig"
source "board/nm/nmhw21/Kconfig"
source "board/nm/nrhw22/Kconfig"
source "board/nm/nrhw24/Kconfig"
source "board/olimex/mx23_olinuxino/Kconfig"

View File

@ -1,7 +1,7 @@
if TARGET_AM335X_NRHW21
if TARGET_AM335X_NMHW21
config SYS_BOARD
default "nrhw21"
default "nmhw21"
config SYS_VENDOR
default "nm"
@ -10,7 +10,7 @@ config SYS_SOC
default "am33xx"
config SYS_CONFIG_NAME
default "am335x_nrhw21"
default "am335x_nmhw21"
config CONS_INDEX
int "UART used for console"

View File

@ -36,7 +36,7 @@ SECTIONS
*(.__image_copy_start)
*(.vectors)
CPUDIR/start.o (.text*)
board/nm/nrhw21/built-in.o (.text*)
board/nm/nmhw21/built-in.o (.text*)
*(.text*)
}

View File

@ -1,5 +1,5 @@
CONFIG_ARM=y
CONFIG_TARGET_AM335X_NRHW21=y
CONFIG_TARGET_AM335X_NMHW21=y
CONFIG_SPL_STACK_R_ADDR=0x82000000
CONFIG_SPL=y
CONFIG_SPL_STACK_R=y

View File

@ -1,5 +1,5 @@
/*
* am335x_nrhw21.h
* am335x_nmhw21.h
*
* Copyright (C) 2018-2019 NetModule AG - http://www.netmodule.com/
* Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
@ -14,8 +14,8 @@
* GNU General Public License for more details.
*/
#ifndef __CONFIG_AM335X_NRHW21_H
#define __CONFIG_AM335X_NRHW21_H
#ifndef __CONFIG_AM335X_NMHW21_H
#define __CONFIG_AM335X_NMHW21_H
#include <configs/ti_am335x_common.h>
@ -268,4 +268,4 @@ int eth_phy_timeout(void);
/* Never enable ISO it is broken and can lead to a crash */
#undef CONFIG_ISO_PARTITION
#endif /* ! __CONFIG_AM335X_NRHW21_H */
#endif /* ! __CONFIG_AM335X_NMHW21_H */