nmhw24: rename to nrhw24
This commit is contained in:
parent
cd9281a619
commit
a28cffaf0f
|
|
@ -391,12 +391,12 @@ config TARGET_AM335X_NETBIRD_V2
|
||||||
select DM_GPIO
|
select DM_GPIO
|
||||||
|
|
||||||
config TARGET_AM335X_NRHW20
|
config TARGET_AM335X_NRHW20
|
||||||
bool "Support am335x_nrhw20"
|
bool "Support am335x_nrhw20"
|
||||||
select CPU_V7
|
select CPU_V7
|
||||||
select SUPPORT_SPL
|
select SUPPORT_SPL
|
||||||
select DM
|
select DM
|
||||||
select DM_SERIAL
|
select DM_SERIAL
|
||||||
select DM_GPIO
|
select DM_GPIO
|
||||||
|
|
||||||
config TARGET_AM335X_NMHW21
|
config TARGET_AM335X_NMHW21
|
||||||
bool "Support am335x_nmhw21"
|
bool "Support am335x_nmhw21"
|
||||||
|
|
@ -406,13 +406,13 @@ config TARGET_AM335X_NMHW21
|
||||||
select DM_SERIAL
|
select DM_SERIAL
|
||||||
select DM_GPIO
|
select DM_GPIO
|
||||||
|
|
||||||
config TARGET_AM335X_NMHW24
|
config TARGET_AM335X_NRHW24
|
||||||
bool "Support am335x_nmhw24"
|
bool "Support am335x_nrhw24"
|
||||||
select CPU_V7
|
select CPU_V7
|
||||||
select SUPPORT_SPL
|
select SUPPORT_SPL
|
||||||
select DM
|
select DM
|
||||||
select DM_SERIAL
|
select DM_SERIAL
|
||||||
select DM_GPIO
|
select DM_GPIO
|
||||||
|
|
||||||
config TARGET_AM335X_SL50
|
config TARGET_AM335X_SL50
|
||||||
bool "Support am335x_sl50"
|
bool "Support am335x_sl50"
|
||||||
|
|
@ -914,7 +914,7 @@ source "board/nm/netbird/Kconfig"
|
||||||
source "board/nm/netbird_v2/Kconfig"
|
source "board/nm/netbird_v2/Kconfig"
|
||||||
source "board/nm/nrhw20/Kconfig"
|
source "board/nm/nrhw20/Kconfig"
|
||||||
source "board/nm/nmhw21/Kconfig"
|
source "board/nm/nmhw21/Kconfig"
|
||||||
source "board/nm/nmhw24/Kconfig"
|
source "board/nm/nrhw24/Kconfig"
|
||||||
source "board/olimex/mx23_olinuxino/Kconfig"
|
source "board/olimex/mx23_olinuxino/Kconfig"
|
||||||
source "board/phytec/pcm051/Kconfig"
|
source "board/phytec/pcm051/Kconfig"
|
||||||
source "board/phytec/pcm052/Kconfig"
|
source "board/phytec/pcm052/Kconfig"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
if TARGET_AM335X_NMHW24
|
if TARGET_AM335X_NRHW24
|
||||||
|
|
||||||
config SYS_BOARD
|
config SYS_BOARD
|
||||||
default "nmhw24"
|
default "nrhw24"
|
||||||
|
|
||||||
config SYS_VENDOR
|
config SYS_VENDOR
|
||||||
default "nm"
|
default "nm"
|
||||||
|
|
@ -10,12 +10,12 @@ config SYS_SOC
|
||||||
default "am33xx"
|
default "am33xx"
|
||||||
|
|
||||||
config SYS_CONFIG_NAME
|
config SYS_CONFIG_NAME
|
||||||
default "am335x_nmhw24"
|
default "am335x_nrhw24"
|
||||||
|
|
||||||
config CONS_INDEX
|
config CONS_INDEX
|
||||||
int "UART used for console"
|
int "UART used for console"
|
||||||
range 1 6
|
range 1 6
|
||||||
default 2
|
default 2
|
||||||
help
|
help
|
||||||
The AM335x SoC has a total of 6 UARTs (UART0 to UART5 as referenced
|
The AM335x SoC has a total of 6 UARTs (UART0 to UART5 as referenced
|
||||||
in documentation, etc) available to it. Depending on your specific
|
in documentation, etc) available to it. Depending on your specific
|
||||||
|
|
@ -36,7 +36,7 @@ SECTIONS
|
||||||
*(.__image_copy_start)
|
*(.__image_copy_start)
|
||||||
*(.vectors)
|
*(.vectors)
|
||||||
CPUDIR/start.o (.text*)
|
CPUDIR/start.o (.text*)
|
||||||
board/nm/nmhw24/built-in.o (.text*)
|
board/nm/nrhw24/built-in.o (.text*)
|
||||||
*(.text*)
|
*(.text*)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
CONFIG_ARM=y
|
CONFIG_ARM=y
|
||||||
CONFIG_TARGET_AM335X_NMHW24=y
|
CONFIG_TARGET_AM335X_NRHW24=y
|
||||||
CONFIG_SPL_STACK_R_ADDR=0x82000000
|
CONFIG_SPL_STACK_R_ADDR=0x82000000
|
||||||
CONFIG_SPL=y
|
CONFIG_SPL=y
|
||||||
CONFIG_SPL_STACK_R=y
|
CONFIG_SPL_STACK_R=y
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* am335x_nmhw24.h
|
* am335x_nrhw24.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018-2019 NetModule AG - http://www.netmodule.com/
|
* Copyright (C) 2018-2019 NetModule AG - http://www.netmodule.com/
|
||||||
* Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
|
* Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
|
||||||
|
|
@ -14,8 +14,8 @@
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __CONFIG_AM335X_NMHW24_H
|
#ifndef __CONFIG_AM335X_NRHW24_H
|
||||||
#define __CONFIG_AM335X_NMHW24_H
|
#define __CONFIG_AM335X_NRHW24_H
|
||||||
|
|
||||||
#include <configs/ti_am335x_common.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 */
|
/* Never enable ISO it is broken and can lead to a crash */
|
||||||
#undef CONFIG_ISO_PARTITION
|
#undef CONFIG_ISO_PARTITION
|
||||||
|
|
||||||
#endif /* ! __CONFIG_AM335X_NMHW24_H */
|
#endif /* ! __CONFIG_AM335X_NRHW24_H */
|
||||||
Loading…
Reference in New Issue