diff options
author | York Sun <york.sun@nxp.com> | 2017-05-26 00:04:42 (GMT) |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-06-12 18:30:00 (GMT) |
commit | e02eae6f978017b12261fe273cefae513f84a389 (patch) | |
tree | 1615b5363f458335d005983d553febb9a6aefa19 /include/configs | |
parent | 7c8e0e052853a181e379735f25cfe85dfb575e1c (diff) | |
download | u-boot-e02eae6f978017b12261fe273cefae513f84a389.tar.xz |
powerpc: mpc8641hpcn: Enable DHCP command and DDR debug
Enable DHCP command to make TFTP easier.
Enable DDR interactive debug by default.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/MPC8641HPCN.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/MPC8641HPCN.h b/include/configs/MPC8641HPCN.h index 4b93210..7ec36eb 100644 --- a/include/configs/MPC8641HPCN.h +++ b/include/configs/MPC8641HPCN.h @@ -101,7 +101,7 @@ extern unsigned long get_board_sys_clk(unsigned long dummy); /* * DDR Setup */ -#undef CONFIG_FSL_DDR_INTERACTIVE +#define CONFIG_FSL_DDR_INTERACTIVE #define CONFIG_SPD_EEPROM /* Use SPD EEPROM for DDR setup */ #define CONFIG_DDR_SPD |