]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: UniPhier: leave the last element of boot_device_table empty
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Thu, 5 Feb 2015 11:56:24 +0000 (20:56 +0900)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 10:59:08 +0000 (12:59 +0200)
commit1505bc431651e24788e06ec94066bf7ad36d817f
tree77f2cdb4933c452cace1114a4f7bd64a032afc3c
parentb10e2a23b2097db5f9051a95cfe3a39066da2ec6
ARM: UniPhier: leave the last element of boot_device_table empty

Checking if the pointer is NULL would be easier to know the tail
of the boot_device_table[] array.
For clarification, add the /* sentinel */ comment.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
arch/arm/cpu/armv7/uniphier/cmd_pinmon.c
arch/arm/cpu/armv7/uniphier/ph1-pro4/boot-mode.c