From 786c7ae6c3e1ef1196f01160072d85e8ef1f98cb Mon Sep 17 00:00:00 2001 From: Rene Straub Date: Fri, 22 Jun 2018 19:56:46 +0200 Subject: [PATCH] hancock: change DTB default name --- include/configs/am335x_hancock.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/configs/am335x_hancock.h b/include/configs/am335x_hancock.h index 7dde4239b1..5e7e602dc3 100644 --- a/include/configs/am335x_hancock.h +++ b/include/configs/am335x_hancock.h @@ -55,9 +55,10 @@ #define FDT_HIGH_ADDR "0x87000000" #define INIT_RD_ADDR "0x88000000" +/* TODO: Cleanup, remove NRSW stuff */ #define CONFIG_EXTRA_ENV_SETTINGS \ "kernel_image=kernel.bin\0" \ - "fdt_image=am335x-hancock-prod1.dtb\0"\ + "fdt_image=am335x-vcu-prod1.dtb\0"\ "modeboot=sdboot\0" \ "fdt_addr=" FDT_ADDR "\0" \ "kernel_addr=" KERNEL_ADDR "\0" \