[U-Boot] [RFC PATCH v1 5/6] dfu: spl: dra7x: enable SPL-dfu support for dra7x platform
Lukasz Majewski
l.majewski at samsung.com
Fri Jun 24 11:12:26 CEST 2016
Hi Ravi,
> Enable the SPL-DFU support for dra7x platform.
>
> Signed-off-by: Ravi Babu <ravibabu at ti.com>
> ---
> include/configs/dra7xx_evm.h | 8 ++++----
> include/configs/ti_omap5_common.h | 2 --
> 2 files changed, 4 insertions(+), 6 deletions(-)
>
> diff --git a/include/configs/dra7xx_evm.h
> b/include/configs/dra7xx_evm.h index e7fb469..686f5d4 100644
> --- a/include/configs/dra7xx_evm.h
> +++ b/include/configs/dra7xx_evm.h
> @@ -44,7 +44,6 @@
>
> #define CONFIG_SYS_OMAP_ABE_SYSCK
>
> -#ifndef CONFIG_SPL_BUILD
> /* Define the default GPT table for eMMC */
> #define PARTS_DEFAULT \
> /* Linux partitions */ \
> @@ -119,6 +118,7 @@
> DFU_ALT_INFO_QSPI
>
> /* Fastboot */
> +#ifndef CONFIG_SPL_BUILD
> #define CONFIG_USB_FUNCTION_FASTBOOT
> #define CONFIG_CMD_FASTBOOT
> #define CONFIG_ANDROID_BOOT_IMAGE
> @@ -216,10 +216,10 @@
> /* USB Device Firmware Update support */
> #define CONFIG_USB_FUNCTION_DFU
> #define CONFIG_DFU_RAM
> -
> -#define CONFIG_DFU_MMC
> -#define CONFIG_DFU_RAM
Please correct me if I am wrong, but from this patch it seems like you
disable MMC and RAM DFU support in the fully-fledge u-boot on your
dra7xx board. Is this intentional?
> #define CONFIG_DFU_SF
> +#ifndef CONFIG_SPL_DFU
> +#define CONFIG_DFU_MMC
> +#endif
>
> /* SATA */
> #define CONFIG_BOARD_LATE_INIT
> diff --git a/include/configs/ti_omap5_common.h
> b/include/configs/ti_omap5_common.h index 59f0f70..f9c6576 100644
> --- a/include/configs/ti_omap5_common.h
> +++ b/include/configs/ti_omap5_common.h
> @@ -66,7 +66,6 @@
> #define DFUARGS
> #endif
>
> -#ifndef CONFIG_SPL_BUILD
> #define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
> #define CONFIG_EXTRA_ENV_SETTINGS \
> DEFAULT_LINUX_BOOT_ENV \
> @@ -136,7 +135,6 @@
> "setenv mmcroot /dev/mmcblk0p2 rw; " \
> "run mmcboot;" \
> ""
> -#endif
>
> /*
> * SPL related defines. The Public RAM memory map the ROM defines
> the
--
Best regards,
Lukasz Majewski
Samsung R&D Institute Poland (SRPOL) | Linux Platform Group
More information about the U-Boot
mailing list