From 677f970bc62a661690b3431543d5a5d5e682ba70 Mon Sep 17 00:00:00 2001 From: Gong Qianyu Date: Wed, 9 Sep 2015 16:44:16 +0800 Subject: common/board_f.c: modify the macro to use get_clocks() more common get_clocks() should not be limited by ESDHC. Signed-off-by: Gong Qianyu --- include/configs/P2041RDB.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/P2041RDB.h') diff --git a/include/configs/P2041RDB.h b/include/configs/P2041RDB.h index 2c4c8b5..0cd9904 100644 --- a/include/configs/P2041RDB.h +++ b/include/configs/P2041RDB.h @@ -15,6 +15,7 @@ #define CONFIG_PHYS_64BIT #define CONFIG_DISPLAY_BOARDINFO #define CONFIG_PPC_P2041 +#define CONFIG_FSL_CLK #ifdef CONFIG_RAMBOOT_PBL #define CONFIG_RAMBOOT_TEXT_BASE CONFIG_SYS_TEXT_BASE -- cgit v1.1