mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-02 00:53:29 +08:00
include/configs: Remove CONFIG_SYS_64BIT_STRTOUL
This define does not control anything, remove it. Signed-off-by: Tom Rini <trini@ti.com>
This commit is contained in:
parent
1005ccfda4
commit
4ac16f2bbd
@ -310,8 +310,6 @@ extern unsigned long get_clock_freq(void);
|
||||
#define CONFIG_OF_BOARD_SETUP
|
||||
#define CONFIG_OF_STDOUT_VIA_ALIAS
|
||||
|
||||
#define CONFIG_SYS_64BIT_STRTOUL
|
||||
|
||||
/* new uImage format support */
|
||||
#define CONFIG_FIT
|
||||
#define CONFIG_FIT_VERBOSE /* enable fit_format_{error,warning}() */
|
||||
|
@ -416,7 +416,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
|
||||
#endif
|
||||
|
||||
/* Misc Extra Settings */
|
||||
#define CONFIG_SYS_64BIT_STRTOUL 1
|
||||
#define CONFIG_CMD_DHCP 1
|
||||
|
||||
#define CONFIG_CMD_DATE 1
|
||||
|
@ -534,8 +534,6 @@
|
||||
#define CONFIG_OF_BOARD_SETUP
|
||||
#define CONFIG_OF_STDOUT_VIA_ALIAS
|
||||
|
||||
#define CONFIG_SYS_64BIT_STRTOUL
|
||||
|
||||
/* new uImage format support */
|
||||
#define CONFIG_FIT
|
||||
#define CONFIG_FIT_VERBOSE /* enable fit_format_{error,warning}() */
|
||||
|
Loading…
Reference in New Issue
Block a user