mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-22 12:54:37 +00:00
powerpc/82xx: move mgcoge, mgcoge3ne defines to ease subsequent merge
Signed-off-by: Gerlando Falauto <gerlando.falauto@keymile.com>
This commit is contained in:
parent
4fdfe376eb
commit
bae5407dd2
2 changed files with 33 additions and 33 deletions
|
@ -33,6 +33,7 @@
|
||||||
#define CONFIG_MGCOGE
|
#define CONFIG_MGCOGE
|
||||||
#define CONFIG_HOSTNAME mgcoge
|
#define CONFIG_HOSTNAME mgcoge
|
||||||
#define CONFIG_KM_82XX
|
#define CONFIG_KM_82XX
|
||||||
|
#define CONFIG_KM_BOARD_EXTRA_ENV ""
|
||||||
|
|
||||||
#define CONFIG_SYS_TEXT_BASE 0xFE000000
|
#define CONFIG_SYS_TEXT_BASE 0xFE000000
|
||||||
|
|
||||||
|
@ -74,7 +75,8 @@
|
||||||
ORxS_ROWST_PBI0_A7 |\
|
ORxS_ROWST_PBI0_A7 |\
|
||||||
ORxS_NUMR_13)
|
ORxS_NUMR_13)
|
||||||
|
|
||||||
#define CONFIG_SYS_PSDMR (PSDMR_SDAM_A14_IS_A5 |\
|
#define CONFIG_SYS_PSDMR ( \
|
||||||
|
PSDMR_SDAM_A14_IS_A5 |\
|
||||||
PSDMR_BSMA_A14_A16 |\
|
PSDMR_BSMA_A14_A16 |\
|
||||||
PSDMR_SDA10_PBI0_A9 |\
|
PSDMR_SDA10_PBI0_A9 |\
|
||||||
PSDMR_RFRC_5_CLK |\
|
PSDMR_RFRC_5_CLK |\
|
||||||
|
@ -85,8 +87,6 @@
|
||||||
PSDMR_CL_2)
|
PSDMR_CL_2)
|
||||||
|
|
||||||
|
|
||||||
#define CONFIG_KM_BOARD_EXTRA_ENV ""
|
|
||||||
|
|
||||||
/* include further common stuff for all keymile 82xx boards */
|
/* include further common stuff for all keymile 82xx boards */
|
||||||
#include "km/km82xx-common.h"
|
#include "km/km82xx-common.h"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2011
|
* (C) Copyright 2007-2011
|
||||||
* Heiko Schocher, DENX Software Engineering, hs@denx.de.
|
* Heiko Schocher, DENX Software Engineering, hs@denx.de.
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
|
@ -21,8 +21,8 @@
|
||||||
* MA 02111-1307 USA
|
* MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __MGCOGE3NE
|
#ifndef __CONFIG_H
|
||||||
#define __MGCOGE3NE
|
#define __CONFIG_H
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* High Level Configuration Options
|
* High Level Configuration Options
|
||||||
|
@ -33,6 +33,7 @@
|
||||||
#define CONFIG_MGCOGE3NE
|
#define CONFIG_MGCOGE3NE
|
||||||
#define CONFIG_HOSTNAME mgcoge3ne
|
#define CONFIG_HOSTNAME mgcoge3ne
|
||||||
#define CONFIG_KM_82XX
|
#define CONFIG_KM_82XX
|
||||||
|
#define CONFIG_KM_BOARD_EXTRA_ENV "bobcatreset=true\0"
|
||||||
|
|
||||||
#define CONFIG_SYS_TEXT_BASE 0xFE000000
|
#define CONFIG_SYS_TEXT_BASE 0xFE000000
|
||||||
|
|
||||||
|
@ -74,7 +75,8 @@
|
||||||
ORxS_ROWST_PBI1_A4 |\
|
ORxS_ROWST_PBI1_A4 |\
|
||||||
ORxS_NUMR_13)
|
ORxS_NUMR_13)
|
||||||
|
|
||||||
#define CONFIG_SYS_PSDMR (PSDMR_PBI |\
|
#define CONFIG_SYS_PSDMR ( \
|
||||||
|
PSDMR_PBI |\
|
||||||
PSDMR_SDAM_A17_IS_A5 |\
|
PSDMR_SDAM_A17_IS_A5 |\
|
||||||
PSDMR_BSMA_A13_A15 |\
|
PSDMR_BSMA_A13_A15 |\
|
||||||
PSDMR_SDA10_PBI1_A6 |\
|
PSDMR_SDA10_PBI1_A6 |\
|
||||||
|
@ -85,9 +87,7 @@
|
||||||
PSDMR_WRC_2C |\
|
PSDMR_WRC_2C |\
|
||||||
PSDMR_CL_2)
|
PSDMR_CL_2)
|
||||||
|
|
||||||
#define CONFIG_KM_BOARD_EXTRA_ENV "bobcatreset=true\0"
|
|
||||||
|
|
||||||
/* include further common stuff for all keymile 82xx boards */
|
/* include further common stuff for all keymile 82xx boards */
|
||||||
#include "km/km82xx-common.h"
|
#include "km/km82xx-common.h"
|
||||||
|
|
||||||
#endif /* __MGCOGE3NE */
|
#endif /* __CONFIG_H */
|
||||||
|
|
Loading…
Add table
Reference in a new issue