
17 Apr
2014
17 Apr
'14
1:02 a.m.
On 03/26/2014 01:04 PM, York Sun wrote:
On 03/21/2014 01:21 AM, Zhao Qiang wrote:
+static void qe_board_setup(void) +{
- u8 brdcfg15, brdcfg9;
- if (hwconfig("qe") && hwconfig("tdm")) {
This is called before environmental variables are relocated to DDR. It will cause a warning. Please use hwconfig_f.
Please fix this patch with a new version. No need to submit other patches in this set.
York