1. 09 4月, 2018 1 次提交
  2. 08 4月, 2018 1 次提交
  3. 07 4月, 2018 15 次提交
  4. 05 4月, 2018 3 次提交
  5. 04 4月, 2018 1 次提交
  6. 03 4月, 2018 4 次提交
  7. 02 4月, 2018 2 次提交
  8. 30 3月, 2018 7 次提交
  9. 29 3月, 2018 1 次提交
  10. 24 3月, 2018 2 次提交
    • P
      Convert CONFIG_UBI_SILENCE_MSG to Kconfig · c0ce4cea
      Petr Vorel 提交于
      Signed-off-by: NPetr Vorel <petr.vorel@gmail.com>
      c0ce4cea
    • P
      Convert CONFIG_UBIFS_SILENCE_MSG to Kconfig · afb6fda2
      Petr Vorel 提交于
      Introduce another difference from upstream (kernel) source in
      fs/ubifs/super.c: adding preprocessor condition as y variable in
      mount_ubifs() depends on CONFIG_UBIFS_SILENCE_MSG:
      fs/ubifs/super.c:1337:15: error: variable ?y? set but not used [-Werror=unused-but-set-variable]
        long long x, y;
      
      Not setting CONFIG_UBIFS_SILENCE_MSG in am335x_igep003x_defconfig and
      igep0032_defconfig. Although it was defined in their config headers, it
      depends on CMD_UBIFS which is not set for them.
      Signed-off-by: NPetr Vorel <petr.vorel@gmail.com>
      Cc: Joe Hershberger <joe.hershberger@ni.com>
      Cc: Heiko Schocher <hs@denx.de>
      afb6fda2
  11. 23 3月, 2018 3 次提交