X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=arch%2Farm%2Fmach-rockchip%2Fboot_mode.c;h=08f80bd91aae0bb39d6588acea312bc9f3349f6a;hb=ca4491f2d2af93d8b77c48c5d272d88094fc06eb;hp=d7997d71e3001d10ae45188d567e895d260e404a;hpb=0d968ceb1ff63b0d220a571f438f0d5fe6350e88;p=oweals%2Fu-boot.git diff --git a/arch/arm/mach-rockchip/boot_mode.c b/arch/arm/mach-rockchip/boot_mode.c index d7997d71e3..08f80bd91a 100644 --- a/arch/arm/mach-rockchip/boot_mode.c +++ b/arch/arm/mach-rockchip/boot_mode.c @@ -6,7 +6,7 @@ #include #include #include -#include +#include #if (CONFIG_ROCKCHIP_BOOT_MODE_REG == 0) @@ -61,13 +61,7 @@ int setup_boot_mode(void) void *reg = (void *)CONFIG_ROCKCHIP_BOOT_MODE_REG; int boot_mode = readl(reg); - /* - * This should be handled using a driver-tree property and a suitable - * driver which can read the appropriate settings. As it is, this - * breaks chromebook_minnie.\ - * - * rockchip_dnl_mode_check(); - */ + rockchip_dnl_mode_check(); boot_mode = readl(reg); debug("%s: boot mode 0x%08x\n", __func__, boot_mode);