diff options
Diffstat (limited to 'include/configs/mpc5121ads.h')
-rw-r--r-- | include/configs/mpc5121ads.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mpc5121ads.h b/include/configs/mpc5121ads.h index 45a004eb2c2..852d7b10903 100644 --- a/include/configs/mpc5121ads.h +++ b/include/configs/mpc5121ads.h @@ -211,6 +211,8 @@ #define NAND_MAX_CHIPS CONFIG_SYS_MAX_NAND_DEVICE #define CONFIG_SYS_NAND_SELECT_DEVICE /* driver supports mutipl. chips */ +#define CONFIG_SYS_64BIT_VSPRINTF /* needed for nand_util.c */ + /* * Configuration parameters for MPC5121 NAND driver */ |