]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/mpl/pip405/pip405.h
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / board / mpl / pip405 / pip405.h
index 5815786ebf74c97c6569143448c26be9f1a9bd54..704ab2c71dbb363112640fbeae1234e03666f8c4 100644 (file)
@@ -35,7 +35,7 @@ void user_led0(unsigned char on);
 void user_led1(unsigned char on);
 
 
-#define PLD_BASE_ADDRESS               CFG_ISA_IO_BASE_ADDRESS + 0x800
+#define PLD_BASE_ADDRESS               CONFIG_SYS_ISA_IO_BASE_ADDRESS + 0x800
 #define PLD_PART_REG                   PLD_BASE_ADDRESS + 0
 #define PLD_VERS_REG                   PLD_BASE_ADDRESS + 1
 #define PLD_BOARD_CFG_REG              PLD_BASE_ADDRESS + 2