
11 Dec
2017
11 Dec
'17
6:04 p.m.
On 11/30/2017 03:14 AM, Rajesh Bhagat wrote:
<snip>
--- a/include/configs/ls1012ardb.h +++ b/include/configs/ls1012ardb.h @@ -60,6 +60,49 @@ #define CONFIG_SYS_MEMTEST_START 0x80000000 #define CONFIG_SYS_MEMTEST_END 0x9fffffff
+#undef CONFIG_EXTRA_ENV_SETTINGS +#define CONFIG_EXTRA_ENV_SETTINGS \
With this patch and the similar one for ls1012afrdm, does it make sense to keep a default CONFIG_EXTRA_ENV_SETTINGS in the common file? The only board left is QDS.
York