diff options
| author | Daniel Schwierzeck <[email protected]> | 2011-07-27 13:22:37 +0200 |
|---|---|---|
| committer | Shinya Kuribayashi <[email protected]> | 2011-07-31 23:26:41 +0900 |
| commit | 7185adb48ef1e5b0f05263a7f791de340ddddeb2 (patch) | |
| tree | 76406848852dcd399f1457c17471a110c23beb5e /include | |
| parent | 60b74bde9280e85f4423c05a50ecc41de56ad980 (diff) | |
MIPS: rename INFINEON_EBU_BOOTCFG to CONFIG_SYS_XWAY_EBU_BOOTFG
This define is a board-specific config option and should be
renamed to follow the U-Boot naming convention. Additionally,
add an explaining comment for this option.
Signed-off-by: Daniel Schwierzeck <[email protected]>
Acked-by: Thomas Langer <[email protected]>
Signed-off-by: Shinya Kuribayashi <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/incaip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/incaip.h b/include/configs/incaip.h index 57eb2fa6ad4..0e5ad2b4d3a 100644 --- a/include/configs/incaip.h +++ b/include/configs/incaip.h @@ -41,7 +41,7 @@ #define CONFIG_CPU_CLOCK_RATE 150000000 #endif -#define INFINEON_EBU_BOOTCFG 0x40C4 /* CMULT = 8 */ +#define CONFIG_SYS_XWAY_EBU_BOOTCFG 0x40C4 /* CMULT = 8 */ #define CONFIG_BOOTDELAY 5 /* autoboot after 5 seconds */ |
