diff options
Diffstat (limited to 'include/configs/legoev3.h')
-rw-r--r-- | include/configs/legoev3.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/legoev3.h b/include/configs/legoev3.h index 83bd6bc150..4c132c6851 100644 --- a/include/configs/legoev3.h +++ b/include/configs/legoev3.h @@ -93,10 +93,6 @@ "loadbootscr=fatload mmc 0 ${bootscraddr} boot.scr\0" \ "bootscript=source ${bootscraddr}\0" -#ifdef CONFIG_CMD_BDI -#define CONFIG_CLOCKS -#endif - /* additions for new relocation code, must added to all boards */ #define CONFIG_SYS_SDRAM_BASE 0xc0000000 |