mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
mvebu: axp: Rename MV_DDR_32BIT to CONFIG_DDR_32BIT
This should make it clear that this symbol is meant to be defined by board headers. Signed-off-by: Phil Sutter <phil@nwl.cc> Acked-by: Stefan Roese <sr@denx.de> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
4290252148
commit
4444d230ac
2 changed files with 11 additions and 11 deletions
|
@ -51,7 +51,7 @@
|
|||
#define DRAM_ECC 0
|
||||
#endif
|
||||
|
||||
#ifdef MV_DDR_32BIT
|
||||
#ifdef CONFIG_DDR_32BIT
|
||||
#define BUS_WIDTH 32
|
||||
#else
|
||||
#define BUS_WIDTH 64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue