diff options
author | Andy Fleming <afleming@freescale.com> | 2013-06-20 14:54:33 -0500 |
---|---|---|
committer | Andy Fleming <afleming@freescale.com> | 2013-06-20 16:09:09 -0500 |
commit | 8bd00c9494a19ef4ea2a0a9aa695ff111a380850 (patch) | |
tree | 55c75dc6d069b2efedbf929adf59c8c86969132b /arch | |
parent | 6770c5e2e8036fbae236809d293d15a7af3e4b14 (diff) | |
download | u-boot-imx-8bd00c9494a19ef4ea2a0a9aa695ff111a380850.zip u-boot-imx-8bd00c9494a19ef4ea2a0a9aa695ff111a380850.tar.gz u-boot-imx-8bd00c9494a19ef4ea2a0a9aa695ff111a380850.tar.bz2 |
85xx: Change case of MPC85XX_PORBMSR_ROMLOC_SHIFT
All the other constants use lowercase 'x' in "MPC85xx", so we
duplicate that here.
Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/include/asm/immap_85xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/immap_85xx.h b/arch/powerpc/include/asm/immap_85xx.h index 4052037..77f1114 100644 --- a/arch/powerpc/include/asm/immap_85xx.h +++ b/arch/powerpc/include/asm/immap_85xx.h @@ -2160,7 +2160,7 @@ typedef struct ccsr_gur { u32 porbmsr; /* POR boot mode status */ #define MPC85xx_PORBMSR_HA 0x00070000 #define MPC85xx_PORBMSR_HA_SHIFT 16 -#define MPC85XX_PORBMSR_ROMLOC_SHIFT 24 +#define MPC85xx_PORBMSR_ROMLOC_SHIFT 24 #define PORBMSR_ROMLOC_SPI 0x6 #define PORBMSR_ROMLOC_SDHC 0x7 #define PORBMSR_ROMLOC_NAND_2K 0x9 |