nmhw24: rename to nrhw24

This commit is contained in:
Rene Straub 2019-09-25 10:43:32 +02:00
parent cd9281a619
commit a28cffaf0f
19 changed files with 24 additions and 24 deletions

View File

@ -406,8 +406,8 @@ config TARGET_AM335X_NMHW21
select DM_SERIAL
select DM_GPIO
config TARGET_AM335X_NMHW24
bool "Support am335x_nmhw24"
config TARGET_AM335X_NRHW24
bool "Support am335x_nrhw24"
select CPU_V7
select SUPPORT_SPL
select DM
@ -914,7 +914,7 @@ source "board/nm/netbird/Kconfig"
source "board/nm/netbird_v2/Kconfig"
source "board/nm/nrhw20/Kconfig"
source "board/nm/nmhw21/Kconfig"
source "board/nm/nmhw24/Kconfig"
source "board/nm/nrhw24/Kconfig"
source "board/olimex/mx23_olinuxino/Kconfig"
source "board/phytec/pcm051/Kconfig"
source "board/phytec/pcm052/Kconfig"

View File

@ -1,7 +1,7 @@
if TARGET_AM335X_NMHW24
if TARGET_AM335X_NRHW24
config SYS_BOARD
default "nmhw24"
default "nrhw24"
config SYS_VENDOR
default "nm"
@ -10,7 +10,7 @@ config SYS_SOC
default "am33xx"
config SYS_CONFIG_NAME
default "am335x_nmhw24"
default "am335x_nrhw24"
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/nmhw24/built-in.o (.text*)
board/nm/nrhw24/built-in.o (.text*)
*(.text*)
}

View File

@ -1,5 +1,5 @@
CONFIG_ARM=y
CONFIG_TARGET_AM335X_NMHW24=y
CONFIG_TARGET_AM335X_NRHW24=y
CONFIG_SPL_STACK_R_ADDR=0x82000000
CONFIG_SPL=y
CONFIG_SPL_STACK_R=y

View File

@ -1,5 +1,5 @@
/*
* am335x_nmhw24.h
* am335x_nrhw24.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_NMHW24_H
#define __CONFIG_AM335X_NMHW24_H
#ifndef __CONFIG_AM335X_NRHW24_H
#define __CONFIG_AM335X_NRHW24_H
#include <configs/ti_am335x_common.h>
@ -299,4 +299,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_NMHW24_H */
#endif /* ! __CONFIG_AM335X_NRHW24_H */