
From: Jagan Teki jagannadh.teki@gmail.com Date: Mon, 7 Aug 2017 14:56:58 +0530
On Sun, Aug 6, 2017 at 10:45 AM, Simon Glass sjg@chromium.org wrote:
On 26 July 2017 at 05:26, Dave Prue dave@prue.com wrote:
GMAC Initialization for sun7i targets has been broken since v2017.05-rc3 due to the renaming of CONFIG_SUNXI_GMAC to CONFIG_SUN7I_GMAC in Kconfig without propogating the name change throughout the code.
Signed-off-by: Dave Prue dave@prue.com
arch/arm/include/asm/arch-sunxi/sys_proto.h | 2 +- board/sunxi/Makefile | 2 +- include/configs/sunxi-common.h | 2 +- scripts/build-whitelist.sh | 2 +- scripts/config_whitelist.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
Reviewed-by: Jagan Teki jagan@openedev.com
And makes the interface work again under OpenBSD, so:
Reviewed-by: Mark Kettenis kettenis@openbsd.org Tested-by: Mark Kettenis kettenis@openbsd.org